[Javascript] Full Screen

Sachin Zingade sachinz at dpsl.net
Fri Nov 29 22:25:29 CST 2002


Hi
use this, this will open the browser in full screen mode.

window.open(url, 'reader', "height="+window.screen.availHeight+",
width="+(window.screen.availWidth-2)+", top=0, left=0, toolbar=no,
status=no, scrollbars=no, location=no, menubar=no, directories=no,
resizable=no, fullscreen=yes, titlebar=no");
self.focus();


Regards

 
Sachin Zingade



-----Original Message-----
From: javascript-admin at LaTech.edu [ mailto:javascript-admin at LaTech.edu
<mailto:javascript-admin at LaTech.edu> ]On
Behalf Of Noha Dawood
Sent: Saturday, November 30, 2002 7:30 AM
To: javascript at LaTech.edu
Subject: [Javascript] Full Screen


Hi ALL,

I wanna an HTML page be in Full Screen first time it's
loaded. I don't wanna it be another Pop Up window
beside the original Page. I wanna the page itself be
Full Screen

Thanks in advance
Noha


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com <http://mailplus.yahoo.com> 
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript
<https://lists.LaTech.edu/mailman/listinfo/javascript>  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20021130/1e04745c/attachment.htm>


More information about the Javascript mailing list