JavaScript mouseover alert box script

Another handy script is this one that produces an alert box when the cursor is placed over a link:

Try this alert

This is the JavaScript code for it:

<A HREF="http://www.internetadsales.com" onMouseOver="alert('Pretty nifty, huh?')";>Try this alert</A>

Share/Save