View Single Post
Old 09-06-2001, 05:40 AM  
richard123
Confirmed User
 
Join Date: Mar 2001
Posts: 491
Code:
onFocus="window.status='http://www.whatever.com/'; return true;"onMouseOut="window.status='';
Use it together with onMouseover. Like this:

Code:
<a href="http://www.amateurpages.com/sponsorID" target="_blank" onMouseOver="window.status='http://www.amateurpages.com/'; return true;" onFocus="window.status='http://www.amateurpages.com/'; return true;"onMouseOut="window.status=''; return true;">
TheLink
Code:
</a>

Bugger it. Look at the source.


[This message has been edited by richard123 (edited 09-06-2001).]
richard123 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote