Scripts: Javascript
Open Windows
The following shows how to use javascript to open a window with set width, height etc using the window.open function:
Open a window (The opened window can be closed using the self.close(); function.)
Note: The full screen mode is useful for photo galleries etc, where you need to make full use of the browser window. However, make sure you put a 'close window' link in the window at the menu bar etc disapears when using this function (see my photo gallery for an example).
