Window properties
Posted: Mon Feb 17, 2003 1:29 pm
I'm looking for a way to either change the properties of the active window or open a new window and then close the active one. This is what I've got so far:
The problem with this is that it pops up a box asking to close the window. I'm looking for a way to bypass this confirmation. Does anyone know of a way to do this? Thanks
Code: Select all
<BODY onLoad="self.close(); window.open('portdir.php','zork', config='fullscreen=yes, toolbar=no,menubar=no, scrollbars=no, resizeable=no, location=no, directories=no, status=no');">