Description
This demo thanks visitors to JS Software's Feedback Form for taking the time to fill out a form. Press the submit button to see what happens.
Test button
The test button uses the value returned by the confirm method in an alert box. Study the code (below), and note that the confirm expression is displayed first, since the argument to the alert box must be evaluated before it can be passed along.