[Javascript] fullscreen windows in netscape

Robert Crawford robertcrawford at peoplepc.com
Mon Mar 14 11:22:50 CST 2005


Orlando Romero said the following on 3/14/2005 9:41 AM:

> I tried to to open fullscreen windows in netscape 7.2 but it didn't 
> work, the opened window is small and appears near the center of the 
> screen. Here's the code:
> ---------------------------------------------------------
> window.open('url', 'pop', 'fullscreen=yes')
> ---------------------------------------------------------
>  
> Someone help, please!!!!!!!
>
>_______________________________________________
>Javascript mailing list
>Javascript at LaTech.edu
>https://lists.LaTech.edu/mailman/listinfo/javascript
>  
>
Orlando,

Fullscreen is part of the syntax. This link will give you an example. 
You could use screen.width & screen.height to give full window effect.

http://www.web-source.net/javascript_popup_window2.htm

Robert





More information about the Javascript mailing list