|
-
October 4th, 1999, 05:21 AM
#1
Opening new windows
I can easily open a new window using "window.open" command but I want to be able to specify the IE option of "fullscreen" WITH the tool buttons at the top AND the resizing buttons in the corner.
Anyone know how to do this in an applet?
Perhaps I should use HTML?
Thanks in advance,
Wes
-
June 9th, 2000, 09:18 AM
#2
-
June 11th, 2000, 11:32 AM
#3
Re: Opening new windows
For doing that in JavaScript from HTML I would suggest you the following link, which leads to the documentation of the window.open() method. The explanations are in German, but the arguments and the example provided should speak for themselves anyway. www.teamone.de/selfhtml/tecb.htm#a35
In order to do that from an applet maybe you should write an HTML page with just the JavaScript command to close itself page and open another one with the window options specified. Then call the first page from the applet and let JavaScript play the middleman.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|