<HTML>
<Head>
<Title>Query Customers</Title>
</Head>

</Body>
<H1>Look for a <em>Customer</em></H1>
<br>
<Form Method = "POST"
         Action = "http://localhost/cgi-bin/prf/tablequery.py">
<Input Name="TableName" type=hidden
value="customers">
<P>Num :<Input Name="num" Type=int>
<P>Name :<Input Name="name" Type=text size=32>
<P>Address : <Input Name="address" Type=text maxsize=80>
<br>Zip Code : <Input Name="zip" Type=text size=8>
<br>City : <Input Name="city" Type=text size=32>
<P>Tel : <Input Name="tel" Type=text size=16>
<br>Fax : <Input Name="fax" Type=text size=16>
<P>Comments :
<br><Textarea Name="comment" Rows=2 Cols=80></Textarea>
<P><Input Name="submit" Type=submit value="Perform the Query">
<Input Name="reset" Type=reset value="Reset the form">
</Form>

</Body>
</HTML>