javascript thread: SV: Hiding the directory structure in the status bar when someone moves mouse over the link
Well, just add that to the link, as in:
<a href=3D"/test/pages/index.html" onMouseOver=3D"return
window.status=3D'/test/pages/index.html'"
onMouseOut=3D"window.status=3D''">The link</a>
/Robert
-----Ursprungligt meddelande-----
Fr=E5n: PavanKumar [mailto:pgourise@y...]
Skickat: den 11 december 2002 21:50
Till: javascript
=C4mne: [javascript] Hiding the directory structure in the status bar
when
someone moves mouse over the link
Hello,
I have a unique requirement here. If someone moves the mouse over
to
the link on the web page the browser displays the directiry structure on
the status bar. I want to hide it.
Ex: if there is a file named Index.html which is in
http://www.somecompany.com/test/pages/index.html.
I dont want the whole URL to e displayed instead I want it to be
displayed
as /test/pages/index.html on the status bar.
I dont know If this can be done. If it can be how is it possible. Please
let me know. Thank you Pavan