PDA

View Full Version : Javascript Resources


WiredGuy
08-17-2001, 09:59 PM
Hi,

I'm trying to stomp out webmasters who cheat and one of the new tricks I've seen around is webmasters who redirect or popup when X number of thumbs have been clicked. I would like to see the code that does this so I can write a script to hunt this down from websites. Can anyone either point me to a cheater that presently does this (so I can see the code) or to a javascript site which has this code?

Thanks!
WiredGuy

Pinhead
08-18-2001, 06:41 AM
They're using the onclick event in the anchor tags for the images. Just disallow this attribute when your script parses a gallery page.

Fart
08-18-2001, 06:58 AM
maybe at

http://www.hotscripts.com/

WiredGuy
08-18-2001, 12:06 PM
I actually need to see an example of how they keep track of the number of clicks and so forth. Reason being people can still use the onclick event and not be considered abusers since they may be in a frame or may want to pop to new windows their pics.

Thanks
WiredGuy