Forum Moderators: open
'status bar view'
I think it's the satus bar, grey bar at the bottom of your browser.
It's disabled by default on IE6 (on XP), and can e disabled with javascript by using status=no in the definition of your window.open() function.
Don't know if you're not using a 'popup' window, but I what you want to achieve is hide the links url on mouse over you could use the window.defaultStatus="" as
<body onload="window.defaultStatus='';">
leo