(page requirements)

Describe your links

As you point to links on a web page, most browsers will display the address which that link points to on the status bar. Boring? Well, why not add some spice to your pages by describing your links?

All you have to do is add "OnMouseOver" tag (or event) to your anchor in the following format:

OnMouseOver = "window.status='description'; return true;"

For example, if your original anchor tag looks like:

<A href="/home.html">

change it to:

<A href="/home.html" OnMouseOver="window.status='Go to my home page...'; return true;">

NOTE: Since OnMouseOver is a JavaScript event, your description will only appear on JavaScript enabled browsers such as Netscape 2.x+ and Explorer 3.x. Other browsers will simply ignore this tag.

 
 
Applicable Keywords : HTML, Internet Explorer, Explorer 3.x, Explorer 4.x, Explorer 5.x, Internet, JavaScript, JavaScript 1.0, JavaScript 1.1, JavaScript 1.2, Netscape Navigator, Navigator 2.x, Navigator 3.x, Communicator 4.x, Netscape 6.x, World Wide Web
 
 
 
Copyright © 2009 Chami.com. All Rights Reserved. | Advertise | Created in HTML Kit editor