2 <head><title>A form to check newLISP CGI
</title></head>
4 <h3>A test form for checking out the POST method in HTTP.
</h3>
5 <p>Change
"localhost" in the action statement to the correct hostname, if trying this remotely.
</p>
6 <form action=
"form.cgi" method=
"POST">
7 Name (text entry field)
<input type=
"text" name=
"name"> <p>
9 <p><input type=
"checkbox" name=
"checkMe"></p>
11 Select me (radio buttons)
<br>
12 <input type=
"radio" name=color
value=
"Red">red
<BR>
13 <input type=
"radio" name=color
value=
"Green">green
<BR>
14 <input type=
"radio" name=color
value=
"Blue">blue
<BR>
18 <select name=
"chooseOne">
26 <p>Enter text (textarea)
</p>
27 <textarea name=textField rows=
4 cols=
40>
31 Submit It (submit)
<input type=
"submit" value=
"Go">