Introduction
Conceptual
figure
Description | Window object method | Description |
|---|---|
| open() | Will cause browser to open a new window. |
| close() | Closes the specified window. If not specified, the method closes the current window. |
| moveTo() | Moves the current window to a specified location. |
| resizeTo() | Resizes the current window to a specified size. |
Description
Examples
Key Points