Changes

Jump to: navigation, search

JavaScript Window Object

352 bytes added, 18:28, 9 May 2007
Opening Browser Windows using JavaScript
* '''features''' - A comma separated list of features that allow you to customize the appearance of the window. Options are:
* <table><tr><td>width- <td>Specifies the intial width of the new window</td><tr><td>height - <td>Specifies the intial height of the new window</td><tr><td>toolbar - <td>Specifies whether the window should contain the browser toolbar or not</td><tr><td>status - <td>Specifies whether the window should contain the browser status bar or not</td></table>

Navigation menu