Looking for a script, please help - a script that will that will replace a url link with works

They have: 19 posts

Joined: Jul 1999

I am looking for a java script or html that will display text on the bottom of the browser instead of the link url. For example: If I have a link on my page and I want the viewer to see the word "yahoo" at the bottom of there browser instead of seeing http://www.yahoo.com

Thanks

They have: 5,633 posts

Joined: Jan 1970

I think this is what your after

<a href="URL"
onMouseOver="window.status='LINK NAME HERE';return true;"
onMouseOut="window.status='';return true;">LINK HERE</a>

----------
[email protected]
vegas.com.au/~jasper

They have: 2,390 posts

Joined: Nov 1998

A good place to find JavaScripts is:
http://javascript.internet.com/
I often end up over there Smiling
JP

----------
[red]The Next Step in Website Development [/red]- http://www.what-next.com
The Webmaster Promotion and Resource Center

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.