Forum Moderators: open

Message Too Old, No Replies

disable statusbar view

looking for script

         

krishn

7:29 am on May 2, 2003 (gmt 0)

10+ Year Member



hi friends

I am looking for the script which can automatically disable status bar view. is it possible?

RonPK

8:37 am on May 2, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Maybe I'm stupid, but what is 'status bar view'?

le_gber

8:42 am on May 2, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



'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

grahamstewart

8:50 am on May 2, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I wouldn't thank you for removing my status bar. I don't like sites that do that and I usually add it back on again to see what they were hiding.

Likewise hiding the URL just makes me more curious.

krishn

8:59 am on May 2, 2003 (gmt 0)

10+ Year Member



hi RonPK

I mean to say "status bar" under view menu of IE.

le_gber - u right, it is gray bar on browser bottom.

I am not using popup window.

thanks

le_gber

9:20 am on May 2, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



why do you want to hide it?

If it's to hide the url then
<body onload="window.defaultStatus='';"> is working (I just re-read what I wrote and it wasn't clear).

Leo

krishn

9:33 am on May 2, 2003 (gmt 0)

10+ Year Member



i dont want to hide any url

i just want to do it for designing purpose

i will show u after completing

thanks