Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

1 view
Skip to first unread message

Ronen Yacov

unread,
Nov 5, 2007, 4:18:01 AM11/5/07
to
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

David Dorward

unread,
Nov 5, 2007, 4:53:26 AM11/5/07
to
On Nov 5, 9:18 am, Ronen Yacov <rdim...@gmail.com> wrote:
> 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

If I remember correctly, the ability of authors to disable the status
bar was removed as an anti-pishing measure.

--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/

0 new messages