Home

Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS

Forums
Web Site
Software
gbCodeLib

Personal
Webcam
Biography
Contact Me

GBIC >> Source Code >> JavaScript >> Snippet

Display link info in statusbar


/*
the JavaScript statements are executed when the mouse goes over the link, placing new text in the statusbar
*/


< a href = "there.htm" onMouseOver = "window.status='More information on this page can be placed here';return true" > Go There </ a >