Scripts | JS tutorials | Applets | Web Tutorials | Forum | Freewarejava |
![]() |
Home / Free JavaScripts / Links / Here
![]() |
Cut & Paste Form box Tooltip
|
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.
![]() ![]() |
CopyRight © 1997-1999 Website Abstraction. All rights reserved |