G
Guest
I would like to prevent the URL from appearing on the status bar when a user
holds the mouse down on top of it. I am already using:
oncontextmenu="window.status=''; return false"
....and similar for onclick, onmousedown, onmouseover, onmousemove,
oncontextmenu
on the BODY and it almost gets me to where I need to be. Whenever I click
on a link on this page (for the first time only), the URL appears in the
status bar. Subsequent clicks on that link do not show the URL in the status
bar. This happens with each link on the page - bad behavior the first time
followed by what i need to see.
I've also tried those events on the links themselves - same behavior.
Ideas? Suggestions?
holds the mouse down on top of it. I am already using:
oncontextmenu="window.status=''; return false"
....and similar for onclick, onmousedown, onmouseover, onmousemove,
oncontextmenu
on the BODY and it almost gets me to where I need to be. Whenever I click
on a link on this page (for the first time only), the URL appears in the
status bar. Subsequent clicks on that link do not show the URL in the status
bar. This happens with each link on the page - bad behavior the first time
followed by what i need to see.
I've also tried those events on the links themselves - same behavior.
Ideas? Suggestions?