Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Full Screen


  • From: javascript@xxxxxxxxxx (Sachin Zingade)
  • Subject: [Javascript] Full Screen
  • Date: Sat, 30 Nov 2002 09:55:29 +0530

This is a multi-part message in MIME format.

------=_NextPart_000_0009_01C29856.9D940C50
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

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@xxxxxxxxxx [ mailto:javascript-admin@xxxxxxxxxx
<mailto:javascript-admin@xxxxxxxxxx> ]On
Behalf Of Noha Dawood
Sent: Saturday, November 30, 2002 7:30 AM
To: javascript@xxxxxxxxxx
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@xxxxxxxxxx
https://lists.LaTech.edu/mailman/listinfo/javascript
<https://lists.LaTech.edu/mailman/listinfo/javascript>  


------=_NextPart_000_0009_01C29856.9D940C50
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>

<META content=3D"MSHTML 6.00.2462.0" name=3DGENERATOR></HEAD>
<BODY>
<P><FONT size=3D2>Hi<BR>use this, this will open the browser in full =
screen=20
mode.</FONT></P>
<P><FONT size=3D2><STRONG>window.open(url, 'reader',=20
"height=3D"+window.screen.availHeight+", =
width=3D"+(window.screen.availWidth-2)+",=20
top=3D0, left=3D0, toolbar=3Dno, status=3Dno, scrollbars=3Dno, =
location=3Dno, menubar=3Dno,=20
directories=3Dno, resizable=3Dno, fullscreen=3Dyes,=20
titlebar=3Dno");<BR>self.focus();<BR></STRONG></FONT></P>
<P><FONT size=3D2><STRONG>Regards</STRONG></FONT></P>
<DIV><FONT size=3D2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><STRONG>Sachin Zingade</STRONG></DIV>
<P><BR><BR>-----Original Message-----<BR>From: =
javascript-admin@xxxxxxxxxx [<A=20
href=3D"mailto:javascript-admin@xxxxxxxxxx";>mailto:javascript-admin@LaTe=
ch.edu</A>]On<BR>Behalf=20
Of Noha Dawood<BR>Sent: Saturday, November 30, 2002 7:30 AM<BR>To:=20
javascript@xxxxxxxxxx<BR>Subject: [Javascript] Full =
Screen<BR><BR><BR>Hi=20
ALL,<BR><BR>I wanna an HTML page be in Full Screen first time =
it's<BR>loaded. I=20
don't wanna it be another Pop Up window<BR>beside the original Page. I =
wanna the=20
page itself be<BR>Full Screen<BR><BR>Thanks in=20
advance<BR>Noha<BR><BR><BR>_____________________________________________=
_____<BR>Do=20
you Yahoo!?<BR>Yahoo! Mail Plus - Powerful. Affordable. Sign up =
now.<BR><A=20
href=3D"http://mailplus.yahoo.com"=20
target=3D_blank>http://mailplus.yahoo.com</A><BR>_______________________=
________________________<BR>Javascript=20
mailing list<BR>Javascript@xxxxxxxxxx<BR><A=20
href=3D"https://lists.LaTech.edu/mailman/listinfo/javascript"=20
target=3D_blank>https://lists.LaTech.edu/mailman/listinfo/javascript</A>=
</FONT>=20
</P></BODY></HTML>

------=_NextPart_000_0009_01C29856.9D940C50--