1.

How To Have The Status Line Update When The Mouse Goes Over A Link (the Support Of The Status Line Is Sporadic)?

Answer»

<a href="javascript.shtml" 
onmouseover="window.status='Hi There!';return true" 
onmouseout="window.status='';return true"&GT;LOOK at the Status bar</a>
Look at the Status bar as your cursor goes over the LINK.

<a href="javascript.shtml" 
onmouseover="window.status='Hi There!';return true" 
onmouseout="window.status='';return true">Look at the Status bar</a>
Look at the Status bar as your cursor goes over the link.



Discussion

No Comment Found