soka
06-19-2003, 01:31 AM
I am trying to make a pop up window that would not have the choices of maximize amnd minimize. Any ideas?
|
Click to See Complete Forum and Search --> : pop up window soka 06-19-2003, 01:31 AM I am trying to make a pop up window that would not have the choices of maximize amnd minimize. Any ideas? Gollum 06-19-2003, 02:12 AM I don't think you can stop it from being minimized, but you can stop the maximize by disabling the resizable flag in the window.open... window.open('my.web.page','target','resizable=no'); soka 06-19-2003, 02:42 AM Gollum I 've tried it but the "resizable=0" doesn't disable neither the maximize nor the minimize button. It just stops you from resizing the window with the mouse webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |