|
Webteacher Software now offers
//Create new Window
options = "toolbar=0,status=0,menubar=0,scrollbars=0," +
The Window.open() methodThe second parameter is the default title of the window. The third parameter allows you to set a long list of options about your new window. Here are the options you can set.
If I want to open the mytest document in a small, 100 x 100 pixel window I would type this:
As you can see, the window.open() command can get very long. One solution is to specify the options in a seperate variable, which I call "options." Then your command would look like this:
| ||||||||||||||||||||||||||||||||||||
Home | WebData - Web Database Software | Javascript | CGI | Consulting | Map Builder | Contact Us | The Press Room |