IE doesnt hide status bar on window.open "status=no"

R

Ronen Yacov

Hi There,
I've using IE 7.0.5730.11 on Windows XP.
I want to open a pop up using javascript without showing the status
bar, and to do so I use the function:

function openwindow()
{
window.open("http://www.javascript-
coder.com","mywindow","menubar=1,resizable=1,status=no,width=350,height=250");
}

which was taken from an example.

When activating the function IE opens the pop-up but still shows the
status bar.
Anyone has any idea whats wrong here? How can I hide the status bar?

Thanks,
Ron
 
D

Don Varnau

Hi,
That's a user selectable option. Internet Options> Security> Internet Zone
(or another zone)> Allow websites to open windows without address or status
bar. I think the default is "disable."

Don
[MS MVP- IE]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top