JS Basic
JS HOME
JS Introduction
JS How To
JS Where To
JS Variables
JS Operators
JS Functions
JS Conditional
JS Looping
JS Guidelines

JS Advanced
JS String Object
JS Array Object
JS Date Object
JS Math Object
JS Window
JS Form
JS Browser

Examples/Quiz
JS Examples
JS Quiz Test

References
JS Objects

Resources
JS Books

JavaScript Window

Examples

Alert box
How to display an alert box.

Confirm box
How to display a confirm box.

Prompt box
How to display a prompt box.

Open a new window when clicking on a button
How you can display a new window.

Open a new window and control its appearance
How you can display a new window, but also decide the new window's appearance.

Multiple windows
How to pop up more than one window with just one click.

Location
How to send the client to a new location (URL/page).

Refresh
How to refresh a document.

Status bar
How to write some text in the windows status bar.

Print page
How to print the page.