René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

window [JavaScript object]

Methods

resizeTo(w, h)

The minimal size seems to be 100x100 pixels.

setTimeout(method, milliseconds)

setTimeout calls a function (method) after milliseconds milliseconds.

open

Can be used to open a new window.

Properties

closed

A window exists even if it has been closed. The window's property closed then tells if a window is closed. See this example.