PDA

View Full Version : on mouse over image scripts


lynch1000s
03-01-2001, 11:50 AM
What's the on mouse over image script/html code, and do you need to use a java script to run it properly?

Pinox
03-01-2001, 11:58 AM
You mean this:

..<a href="http://yoursite.com/" onMouseOver="window.status='My cool web site'; return true">TEXT LINK HERE</a>..

Dan S
03-01-2001, 12:01 PM
yes, the browser must have javascript enabled for that to work...

Dan