Writing code in ASP - want to turn off the taskbar/status bar so when you role over links you do not see the link information as to where it is going.
Printable View
Writing code in ASP - want to turn off the taskbar/status bar so when you role over links you do not see the link information as to where it is going.
Well, maybe I'm wrong, but you can't turn taskbar/status bar off, untill you use 'href'.
...in conjunction with <href="somthing"..> but have you investigated
window.status = "this appears"
in conjunction perhaps with the onmouseover event?