FORM OF SUPER MARKET
<html>
<head>
<title>about forms</title>
</head>
<form action=/cgi/get-inf method=post>
<center><h1>galaxy supermarket </h1></center>
<p><i>hi guys!! you can purchase using this web page in a fraction of a second</i>
<p><b><tt><blink>please fill in this page </blink></tt></b>
<pre>
name <input type=text name=id size=10><br>
address <input type=text name=address size=17><br>
tel no <input type=text name=telno size=10><br>
</pre>
<hr>
<p><h3>mode of payment</h3>
<pre>
credit card <input type=radio name=credit ><br>
identity no<input type=password name=idno size=10><br>
cheque<input type=radio name=cheque><br>
cash <input type=radio name=cash>
</pre>
<hr>
<p>choose the products from the list provided
<p><select size=5 name=choice multiple>
<option>c101 confectioneries
<option>c102 groceries
<option>c103 gifts
<option>c104 toiletries
<option>c105 miscellaneous
<option>c106 toys
<option>c107 cosmetics
</select>
<p><hr>enter the name of the products to be purchased
<p><textarea name=articles rows=10 cols=65>
</textarea>
<p>
<hr>
<p>
is your first visit! <input type =checkbox name=visit>
<p>thanks for your order
<p><input type=submit name=submit value=sendorder>
<p><input type=reset name=reset value=clear>
</form>
</body>
</html>
No comments:
Post a Comment