|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello can one get rid of / disable the minimize/maximize/close buttons at the top of a page ??
|
|
#2
|
|||
|
|||
|
You can disable (and in NS get rid of) the min/max buttons by setting the resizable property of the window to false (by not specifying resizable when opening the window or by specifying resizable=no as one of your windowFeature string parameter). However, you can't get rid of the close button or disable it for privacy/security/prevention of general annoyance reasons (that may not be true for signed JavaScript, not sure).
|
|
#3
|
|||
|
|||
|
mmm I have resize=no but the stuff is still there....
|
|
#4
|
|||
|
|||
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by Gianni:
Hello can one get rid of / disable the minimize/maximize/close buttons at the top of a page ??[/quote] nomaximize attribute works for Netscape.. but for IE write this code to keep the window size constant. function looped() { win.resizeTo(400,300); setTimeout("looped()",10); } and call this method once in body onload. I think this will solve ur problem to some extent |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > title bar minimize/maximize/close ??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|