Scripts | JS tutorials | Applets | Web Tutorials | Forum | Freewarejava

spacer.gif (810 bytes)


Please support our sponsor

Home / Free JavaScripts / Links / Here

Website Abstraction

Cut & Paste Form box Tooltip

Credit: Website Abstraction

Description: A script that displays additional information about a link in a form box as the mouse moves over the link.

Example:

JavaScript Tutorials | Web building tutorials | Free JavaScripts

Directions: Simply insert the below into the <body> section of your document:

As long as the above code maybe, the parts that concern you are minimal. Every link consists of the following chunk of code:

<a
href="../javaindex.htm" onMouseover="showtip('Click here to learn JavaScript!')" onMouseout="showtip('')">JavaScript Tutorials</a>

If you want to add additional links, simply add more of the above to the existing code, with the parts in red representing the parts you should change to your own.

Subscribe to our new newsletter, FREE!
Get weekly updates on Website Abstraction AND Freewarejava.com, for FREE! Subscribe to this popular web developer newsletter, and stay informed on the latest development in both JavaScript and Java.

Dynamic Drive DHTML code library
spacer.gif (810 bytes)

CopyRight © 1997-1999 Website Abstraction. All rights reserved

Click here for free Java applets!
spacer.gif (810 bytes)