<center><h1>Follow Link upon Mouseover</h1></center>
<p>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 <kbd>onMouseover=&quot;window.location=this.href&quot;</kbd> in the tag. The code for the link below is <nobr><kbd>&lt;a href=&quot;index3.htm&quot; onMouseover=&quot;window.location=this.href&quot;&gt;Go Home!&lt;/a&gt;</kbd>,</nobr> for example.</p>
<p>Try it here: <a href="http://www.masterasap.com" onMouseover="window.location=this.href">Go Home!</a></p> 
