An Abbreviated Introduction to JavaScript


A Prompt

A simple illustration of the JavaScript prompt command.

<form name="sample">
<input type="button" name="clickme" value="Click Me"
       onClick="person=prompt('What is your name?','Who Cares'); alert('Hi there ' + person + '!')">
</form>

Source text written by Samuel A. Rebelsky.

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

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

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