Fill-Out Form
Here is the HTML code for the input form produced by the
mailer CGI script.
<form method="POST" action="mailer.sh">
<h2>Type :<br>
<input name="mailtype" type="radio" value="Comment" checked>Comment<br>
<input name="mailtype" type="radio" value="Suggestion">Suggestion<br>
<input name="mailtype" type="radio" value="Help">Help!<br>
</h2>
<h2>Name <b>(optional)</b> :<br>
<input size=40 name="username"></h2>
<h2>Email <b>(should you want a reply; also optional)</b> :<br>
<input size=40 name="emailid"></h2>
<h2>Comments :<br>
<textarea name="comments" rows=10 cols=60></textarea>
</h2>
<p>
<input type="reset" value=" Clear Form ">
<input type="submit" value=" Submit Comments ">
</form>
Seminar Index
|
Forms Processing
|
Query Parsing
Copyright (c) 1995,
Gilbert Detillieux,
Computer Science,
University of Manitoba.