michaelsanford
Translator, Web Developer
To prevent too much Trackback SPAM I was thinking of masking the trackback URL by encoding the link text in PHP (using, say, a ROT13 or other code, doesn't have to be complex at all, just not clickable) then, using JavaScript, decode the string to a readable URL.
This should prevent most spiders from even finding the URL in the first place since I'm hoping to make it triggered by an on.mouseover(). (say "Hover to see TrackBack URL"), I think most spiders don't parse that kind of thing.
The basic idea is that I need to encode the string somehow...if the URL/email whatever is plaintext in the HTML file and just revealed in an on,mouseover() it's virtually useless.
So, since on.mouseover() has exhausted ALL my javascript knowledge, where can I go for specific help on this ?
This should prevent most spiders from even finding the URL in the first place since I'm hoping to make it triggered by an on.mouseover(). (say "Hover to see TrackBack URL"), I think most spiders don't parse that kind of thing.
The basic idea is that I need to encode the string somehow...if the URL/email whatever is plaintext in the HTML file and just revealed in an on,mouseover() it's virtually useless.
So, since on.mouseover() has exhausted ALL my javascript knowledge, where can I go for specific help on this ?