PDA

View Full Version : stateless? window.open


martin_narg
12-09-2002, 12:04 PM
Hi all,

I'm looking to open up a totally blank new window to the point of not even having the maximize, minimize, close buttons. I'm aware of how to remove toolbars, menus, statusbars, etc, but not of how to remove the blue bar at the top.

I'd be very grateful for any input, I've come across signed certificates in my research into trying to achieve this, but am not sure on all the details as yet.

Any and all help is very much appreciated!

m_n

piglet
12-09-2002, 12:16 PM
Hi,

This is what you want (http://www.codelifter.com/main/javascript/amazingframelesspopup1.html), I think. Basically it's an open fullscreen followed by a resize.

It works a treat.

martin_narg
12-09-2002, 02:02 PM
spot on, thanks mate :thumbsup: