Good idea! Thanks!
JP
"jigs gandhi" <newsgroup@h...> wrote in message
news:21723@h..._code_clinic...
hi,
you can use the
onMouseOver attribute of the <a> tag to show some user friendly text
on the location bar when mouse is run over your <a> link
onMouseOut must also be used to remove the text from the statusbar.
onMouseOver=3D"self.status =3D 'something';return true;"
onMouseOut=3D"self.status=3D'';return true;"
jigs
----- Original Message -----
From: Justin Pease
Newsgroups: html_code_clinic
To: HTML Code Clinic
Sent: Tuesday, November 28, 2000 8:37 PM
Subject: [html_code_clinic] Removing URL from bottom status bar?
How do you adjust your coding to prevent the URL of a link showing
in the
status bar on the bottom of the browser when the user does a
mouseover on a
link?
Thanks!
JP