An Abbreviated Introduction to JavaScript


An Alert

A simple illustration of the JavaScript alert command.

<form name="sample">
<input type="button" name="clickme" value="Click Me"
       onClick="alert('Hi there!')">
</form>

Source text written by Samuel A. Rebelsky.

This page may be found at http://www.math.grin.edu/~rebelsky/Tutorials/JavaScript/Spring1999/Examples/alert.html

Source text last modified Mon Apr 12 12:32:19 1999.

This page generated on Mon Apr 12 12:39:07 1999 by SiteWeaver. Validate this page's HTML.