how to make the control boxes disappear?

C

chirs

Hi,

Could you tell me how to make the control boxes disappear when I open a new
window? The control boxes are max box, min box and close box at the upper
right corner on the browser window. If you know how to do it in JavaScript,
please tell me, too.

Thank you.

Chris
 
L

Lasse Reichstein Nielsen

Could you tell me how to make the control boxes disappear when I open a new
window? The control boxes are max box, min box and close box at the upper
right corner on the browser window. If you know how to do it in JavaScript,
please tell me, too.

Can't be done in the default securty setting.

If you open a window with window.open, you can add "titlebar=no" to
the window configuration, it just doesn't work without increased
privileges..

Adding "resizable=no" will disable the maximize button, but not
minimize. Preventing the user from resizing a window is a stupid thing
to do anyway, so don't do it.

/L

[1] Generally, you don't need to write the "option=no", since the default
for most of them are "no". Not all browsers agree, though.
 

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

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top