An Abbreviated Introduction to JavaScript


The Status Bar

A simple illustration of using JavaScript to fill in the status bar.

<form name="sample">
<input type="button" 
       name="clickme" 
       value="Click Me"
       onClick="window.status='Congratulations!'">
</form>

Source text written by Samuel A. Rebelsky.

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

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

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