Form 2 - multiple line text forms, no defaults
Enter information on each line of the form:
HTML:
<INPUT TYPE="text" NAME="entry1">
HTML:
<INPUT TYPE="text" NAME="entry2" SIZE=40>
HTML:
<INPUT TYPE="text" NAME="entry3" SIZE=20 MAXLENTH=10>
When you press this button, the form will submit the query to a CGI program on another server.
.
HTML:
<INPUT TYPE="submit" VALUE="Submit Query">