Click to See Complete Forum and Search --> : Opening new windows


wcwarren
October 4th, 1999, 05:21 AM
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
asdf

Eugen SEER
June 11th, 2000, 11:32 AM
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.