Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Help minimizing window


Message #1 by tnogueira@m... on Fri, 8 Jun 2001 18:49:49
Hi Gurus,
       I´m opening a Fullscreen window in internet explorer throught the 
code below:
 
      win = window.open 
("login.htm", "index", "toolbar=no ,location=no ,directories=no , 
status=no, menubar=no, scrollbars=auto, marginwidth=0, marginheight=0, 
resizable=yes, copyhistory=yes, left=0, top=0, maximized, fullscreen");
 
     I´m needing help in minimizing that window, but i don´t know how to 
do it.
 
    Any help will be welcome.
 
    Thanks,
                 Tiago.

  Return to Index