Viewing basic.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--chtml include "//webinfo/incs/header.inc"-->

<html xmlns="http://www.w3.org/1999/xhtml">

    <head>
	<title>Mailto Basic Demo</title>
	<link href="/webinfo/webinfo.css" type="text/css" rel="stylesheet" />
    </head>

    <body>
	<h1>Mailto Basic Demo</h1>
	<!--chtml include "//webinfo/incs/navbar.inc"-->
	This is a sample mailto form. Note that it is not
	intended as a true request form, but only shows what
	can be done with mailto. You will not receive a reply
	to mail generated by this form.
	<form action="basic.mailto" method="post">
	    <table border="0" cellspacing="2" cellpadding="0">
		<tr>
		    <td>E-mail Address:</td>
		    <td><input type="text" name="sender" value="" size="55" /></td>
		</tr>
		<tr>
		    <td>Name:</td>
		    <td><input type="text" name="sendername" value="" size="55" /></td>
		</tr>
		<tr>
		    <td valign="top">Comments:</td>
		    <td><textarea name="comments" rows="15" cols="55">

</textarea></td>
		</tr>
		<tr>
		    <td></td>
		    <td><input type="submit" value="Send Comment" />
		    <input type="reset" value="Clear Comment" /></td>
		</tr>
	    </table>
	</form>
	<!--chtml include "//webinfo/incs/footer.inc"-->
    </body>

</html>