Forum Moderators: open
<form action="emailit.html" method="get" id="form" style="size:auto; margin:0px; padding:0px;">
<table width="365" border="0" cellspacing="0" cellpadding="0" style="margin:9 0 0 18px ">
<tr>
<td valign="top" width="183">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="23"><input name="text" type="text" value="your name"></td>
</tr>
<tr>
<td height="23"><input name="text2" type="text" value="e-mail"></td>
</tr>
<tr>
<td height="23"><input name="text2" type="text" value="phone"></td>
</tr>
<tr>
<td height="23"><input name="text2" type="text" value="fax"></td>
</tr>
<tr>
<td height="23"><input name="text2" type="text" value="address"></td>
</tr>
</table></td>
<td valign="top"><textarea name="textarea" cols="10" rows="20">comments</textarea></td>
</tr>
</table>
<div style="margin:15 0 0 268px "><a href="#" onclick="document.getElementById('form').reset()"><img src="a6.jpg" alt="" border="0px" style="margin:0 10 0 0px"></a><a href="emailit.html" onclick="document.getElementById('form').submit()"><img src="a1.jpg" alt="" border="0px"></a></div>
</form>
You can attempt to use a
mailto: as the form action, but this won't work for many users and it is a magnet for spam to the listed email address. You need a server-side script for best results - if you don't have one, then you could try the NMS FormMail script (written in Perl, which is available on most servers):