Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Removing/Disabling the maximize button in ie/NS


Message #1 by simon.gough@b... on Tue, 26 Feb 2002 13:30:10
nope. afriad not. Here is the code i am using. I am calling this function 
when the link is clicked on the onmousedown event.

function popwin1()
    {
       window.open 
('index2.htm', 'newWin1', 'toolbar=no,directories=no,menubar=no,scrollbars
no,status=no,resizable=no,width=640,height=480');
    }



> doesn't resizable=no do the trick?
> /Peter

  Return to Index