Follow Link upon Mouseover

Here's a good way to drive your visitors crazy: instead of the link needing to be clicked, the browser loads the linked page as soon as the mouse pointer passes over the link. All it requires is to include onMouseover="window.location = this.href" in the tag.

The code for the link below is <a href="index3.htm" onMouseover="window.location=this.href">Go Home!</a>, for example.





Over 2000+ free Javascript
at JavaScriptBank.com Website

Sampled by JavaScriptBank.com Mouse over this to Go Home!