Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/09/2006, 11:12
claudiaa
 
Fecha de Ingreso: agosto-2006
Mensajes: 44
Antigüedad: 17 años, 7 meses
Puntos: 0
Hola..justo hoy pensaba dejar éste código, espero que te sirva, ya que yo los envio bien y no se me abre outlook
Suerte!!!!y avisame si te sirve (podes cambiarle el color =)


<form name="form1" method="post" action="mailto:Tu dirección de
e-mail"

enctype="text/plain">

<table width="445" align="center" border="1" bgcolor="#778899">

<tr>

<td width="130" align="right"><p><font size="2"><b> Nombre :</b></font></td>

<td width="311" align="left"><p><font

size="2"><input

type="text" name=sender> </font></td>

</tr>

<tr>

<td width="130" align="right"><p><font size="2"><b>E-Mail : </b></font></td>

<td width="311"><p><font

size="2"><input type="text"

name="email">

</font></td>

</tr>

<tr>

<td width="130" align="right"><p><font size="2"><b>Tema

: </b></font></td>

<td width="311" align="left"><p><font

size="2"><input

type="text" name=title> </font></td>

</tr>

<tr>

<td width="130" align="right" valign="top" rowspan="2" ><p><font size="2"><b>Mensaje
: </b></font></td>

<td width="311"><font

size="2"><textarea name="Comment"

rows="5" cols="35"></textarea></font></td>

</tr>

<tr>

<td width="311" align="left"><p><font size="2"><input type="submit" value="Enviar">

<input type="reset" value="Borrar"></font></td>

</tr>

</table></form>