»
EnglishFrenchVietnamese

Print - Follow Link upon Mouseover - JavaScriptBank.com

Full version: jsB@nk » Link » Follow Link upon Mouseover
URL: https://www.javascriptbank.com/follow-link-upon-mouseover.html

Follow Link upon Mouseover © JavaScriptBank.comHere'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.

Full version: jsB@nk » Link » Follow Link upon Mouseover
URL: https://www.javascriptbank.com/follow-link-upon-mouseover.html



HTML
<A onmouseover=window.location=this.href href="http://javascriptbank.com">Mouse over this to Go Home!</A><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->