Alert Box Example

The alert box will tell you if this check box is checked or not:

Here is another example: Click this link to see an alert box.

Confirm Box Example

A confirm box is a little different from an alert box. Click this link to see a confirm box that does not do anything.

Then click this link to see a confirm box that takes you to another page if you choose "OK."

Prompt Box Example

A prompt box invites the user to enter information. This small function combines two prompt boxes and one alert box. Try it now!

> JavaScripts Index