<body bgcolor="#FFFFFF">
<form name="feedback_form" method="post"
action="send_simpleform_wjs.php"
onsubmit="return check_information();">
<p>Your name:
<input type="text" name="sender_name" size="30">
</p>
<p>Your e-mail address:
<input type="text" name="sender_email" size="30">
</p>
<p>Message:<br>
<textarea name="message" cols="30" rows="5"
wrap="VIRTUAL"></textarea>
</p>
<p>
<input type="submit" name="Submit" value="Send the
e-mail.">
</p>
</form>
<p><a href="simple_form_wjs_html.htm">Display the html
for this form.</a></p>
<p><a href="send_simpleformphp_wjs_html.htm">Display the
PHP send_simpleform_wjs.php listing.</a></p>
<p><a href="fun_with_php.htm">Return to Having fun with
PHP.</a></p>
</body>
</html>