| <h3>Email to The Webdeity</h3>
<p>Enter
your message in the areas provided below. Be sure to fill out all
of the fields. </p>
<hr>
<form
METHOD="POST"
ACTION="/cgi-bin/cmsmail">
<input type="hidden"
name="recipient"
value="webmaster@educ.ubc.ca">
<p>Name:
<input NAME="name" size="20">
<p>E-Mail
Address<input NAME="email" size="20"></p>
<p>Subject<input NAME="subject"
size="20"></p>
<p>Department:
<select name="dept"
size="1">
<option selected>TEO
</option>
<option>other </option>
</select><br>
Degree: <select
name="Degree" size="1">
<option selected>BEdE
</option>
<option>BEdS </option>
<option>other </option>
</select> </p>
<p>Text:</p>
<p><textarea
NAME="Text" ROWS="10" COLS="60"></textarea>
</p>
<p>Click
<input TYPE="submit"
VALUE="submit"> to submit your message. Click <input
TYPE="reset" VALUE="reset">
to clear your message and start over. </p>
</form>
|