Click to See Complete Forum and Search --> : ASP - Turn off taskbar/status bar in IE


tawenger
August 20th, 2002, 07:15 PM
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.

Akim
August 20th, 2002, 09:11 PM
Well, maybe I'm wrong, but you can't turn taskbar/status bar off, untill you use 'href'.

Surrendermonkey
August 21st, 2002, 04:49 AM
...in conjunction with <href="somthing"..> but have you investigated
window.status = "this appears"

in conjunction perhaps with the onmouseover event?