[Javascript] fullscreen

Iztok Polanic iztokp at amis.net
Mon Nov 11 02:17:58 CST 2002


Hi!

I found the solution. In IE put scroll="no" in body tag.

Bye,

Iztok
----- Original Message ----- 
From: "Iztok Polanic" <iztokp at amis.net>
To: <javascript at LaTech.edu>
Sent: Monday, November 11, 2002 8:19 AM
Subject: Re: [Javascript] fullscreen


> Hi!
> 
> How to remove the right bar?
> 
> Bye,
> 
> Iztok
> ----- Original Message ----- 
> From: "Andrzej WrXblewski" <wroblewski at poczta.wprost.pl>
> To: <javascript at LaTech.edu>
> Sent: Monday, November 11, 2002 12:54 AM
> Subject: Re: [Javascript] fullscreen
> 
> 
> > > How to resize current window to full screen (like F11 in IE)?
> > 
> > Hi, you can try this (I don't know if it is what you're looking for):
> > 
> > <head>
> > <script>
> > function openDocOnFullScreen() {
> > openDocOnFullScreen=window.open("./yoursDoc.html","displayWind
> > ow","fullscreen=yes");
> > }
> > </script>
> > </head>
> > <body>
> > <a href="javascript:openDocOnFullScreen()">some link</a>
> > </body>
> > 
> > Greetings
> > andrzej
> > _______________________________________________
> > Javascript mailing list
> > Javascript at LaTech.edu
> > https://lists.LaTech.edu/mailman/listinfo/javascript
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list