Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: window.open how to open - Full screen -


Message #1 by spotvi@l... on Tue, 20 Feb 2001 13:53:44
> Try:
> 
> window.open('page.html','window_name','fullscreen=yes');
> 
> It should work with both NS and IS.
> 
> Julian
> 
> > Fellow readers,
> > 
> > I can't find an example of code, is it possible to add a parameter 
that 
> > will open a new window maximized ?
> > 
> > NN vs IE ?
> > 

fullscreen is an IE only property - will not work in Netscape.
Try looking at http://host4u.upws.net/dockstader/openfullscreen.html

  Return to Index