Here's a form:
The HTML for this Form tag is
<FORM ACTION="http://tomcat.cs.stir.ac.uk:8080/sbj/ShowParticularParameters"
METHOD="GET">
<P>
Enter a single line:
<INPUT TYPE="text" NAME="NameField" SIZE=20 VALUE="Enter name">
<INPUT TYPE="text" NAME="AddrField" SIZE=20 VALUE="Enter Address">
<INPUT TYPE="submit" VALUE="Click here">
</FORM>