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
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/