This example prompts the user to enter their name and once submitted
displays the entered value or asks the user to enter their name if none was
submitted.
The examples utilizes the get method to submit any values to the Web
Server from the client's browser.
The code contains all code to display the initial form and any resultant Web
pages. The form field name is used to hold any entered value and to
determine which response to send to the client's browser.
[ view source ]
[ run ]
|