Hola:
Karlankas tiene razón, debes ir aprendiendo poco a poco, pero yo entiendo que a veces tienes una necesidad urgente que precisa de una solución rápida.
Aquí tienes un modelo, eso sí, cámbialo a tu gusto: (Verás que es muy sencillo)
Código:
<html>
<head>
<title>comentarios</title>
</head>
<script language="JavaScript">
function confirma()
{
formcomenta.submit();
}
</script>
<body>
<div align="center">
<table border="0" width="80%" cellspacing="0" cellpadding="0" height="68">
<tr>
<td width="100%" align="left" height="2">
<form name="formcomenta" method="post" action="mailto:[email protected]" enctype="text/plain">
<center>
<fieldset>
<legend><b>Tus comentarios...:</b></legend>
<table border="0" width="80%">
</center>
<tr>
<td width="100%" colspan="2">
</td>
</tr>
<tr>
<td width="50%">
<p align="center">Nombre: <input type="text" name="Nombre"></p>
</td>
<center>
<td width="50%">
<p align="center"> e-mail: <input type="text" name="Mail" size="20">
</td>
</tr>
</center>
<tr>
<td width="100%" valign="top" colspan="2">
</td>
</tr>
<tr>
<td width="100%" valign="top" colspan="2">
<p align="left"><textarea name="Comentario" rows=10 cols=75></textarea></p>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
<p style="margin-top: 0; margin-bottom: 0" align="center">
<input type="submit" onClick="confirma();return false" value="Enviar">
<INPUT TYPE="reset" value="Limpiar" name="Restablecer">
     <a href="index.htm">Atrás</a>
</form>
</div>
</body>
</html>
espero haberte ayudado
COMPARTIENDO, MEJORAMOS TODOS