SayHello.html
<form name="Hello" action="HelloScript.cgi"> Your name: <input name="UserName" type="text"> <input type=submit value="Say Hello"> </form>
And consider that we type John into the input box.
John