JavaScript Mini-FAQ Sooner, or later, as we start learning and using JavaScript, we will all have questions we want answered. One author, Danny Goodman, has compiled a list of typical questions people ask when starting out with JavaScript.
| Name: |
Cornolio |
| Subject: |
Re: How can I open new window to full screen in Navigator 4.08 |
| Date: |
05-09-1999 07:04PM |
There is absolutely no way to achieve that... Netscape navigator has no special fullscreen mode (such as the channelmode and fullscreen mode of IE), and it's not possible to set a newly created window to full screen... You still might be able to put the window at 0,0 position, and expand it to screen.width and screen.height length, but it is highly not recommended, because it is one of the boring things for the user, as well as the pop up windows...
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the JavaScript Forum!
New On DevShed:
Hot Forum Topics:
|