Hi
You need to do this with a form. Here is a simple reply form. Works
with Frontpage
Just copy and past this in your html page below /head
In the line <input type="hidden" name="TO"
value="(e-mail address removed)">
you must fill in your own email adres
Ron
<form enctype="multipart/form-data" method="post"
action="/cgi-bin/mailer">
<table border="0" width="481" height="138">
<tr>
<td width="139" height="22"> </td>
<td width="332" height="22">
</td>
</tr>
<tr>
<td width="139" height="22"><font face="Tahoma" style="font-size:
8pt">Je naam:</font></td>
<td width="332" height="22">
<font face="Tahoma"><span style="font-size: 8pt">
<input name="NAME" maxlength="35" size="54"></span></font></td>
</tr>
<tr>
<td width="139" height="22"><font face="Tahoma" style="font-size:
8pt">Je e-mail:</font></td>
<td width="332" height="22">
<font face="Tahoma"><span style="font-size: 8pt">
<input name="FROM" maxlength="35" size="54"></span></font></td>
</tr>
<tr>
<td width="139" height="151" align="left" valign="top">
<font face="Tahoma" style="font-size: 8pt">Bericht : </font></td>
<td width="332" height="151" align="left" valign="top">
<font face="Tahoma"><span style="font-size: 8pt">
<textarea name="COMMENTS" cols="44"
rows="9"></textarea></span></font></td>
</tr>
<tr>
<td colspan="2" width="475" height="27">
<p align="center"><font face="Tahoma"><span style="font-size:
8pt"><input type="submit" value="Verstuur"> <input type="reset"
value="Verwijder"></span></font></td>
</tr>
</table>
<font face="Tahoma"><span style="font-size: 8pt">
<input type="hidden" name="TO" value="(e-mail address removed)">
<input type="hidden" name="SUBJECT" value="sent from site : name">
<input type="hidden" name="GOTOURL"
value="
http://www.homepage.com/pg_thankyou.htm">
</span></font>
</form>