Cut & Paste Follow Link Upon Mouseover
|
Description: A script that causes a link to the "followed" as soon as the surfer moves the mouse over it (as opposed to clicking it).
Example: Click here to go back home!
Directions: Simply insert the following code into the <a> tag of all of the links you want the "follow link" feature enabled:
An example would be:
<a href="http://www.javascriptkit.com" onMouseover="window.location=this.href">Click here to go back home!</a>
JavaScript Tools:
Site Info