Posted by Jukka K. Korpela on 09/28/07 20:35
Scripsit Blinky the Shark:
> I'd say this was a weird one. Someone in a not-HTML group (a browser
> group it was) this morning asked for a way to have the user that
> clicks on a link be sent to a URL in the anchor's title attribute
> rather than to the hreffed URL.
It's of course impossible in HTML. Playing with JavaScript, you could modify
the href attribute value when the link is clicked on, or you could directly
tell the browser to go to a specific address. User agents with JavaScript
disabled or not in use would naturally keep using the original href
attribute. Maybe this is the idea? Cheating indexing robots to think that
the page links to page X when it in fact "links" to Y when JavaScript is
enabled.
> Anyone ever heard of such?
Not about that particular technical idea, but I've seen a lot of crap on the
Web and many "clever" ideas of cheating, shooting oneself on the foot and
spitting at users.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|