View Full Version : How do i make the link url not show on bottom?


bobaninanight
09-20-2004, 02:34 AM
Like when u hover over a link , how do i make it so it doesn't show the url on the bottom of the browser? Please tell me :( :froggie2:

kittycat
09-20-2004, 03:09 AM
<a href="link" onMouseOver="window.status='text' ; return true" onMouseOut="window.status='' ; return true">link</a>

You can replace 'text' with some text or just delete it to leave it blank.

bobaninanight
09-20-2004, 03:40 AM
OMG thanks so much god bless you! i realy needed this :) :cloud: :)