Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/12/2010, 08:07
Flabius
 
Fecha de Ingreso: octubre-2010
Mensajes: 33
Antigüedad: 13 años, 6 meses
Puntos: 0
AYUDA CON ESTE FORMULARIO en HTML

Cuando lo mando me sale un aviso que el formulario puede develar su cuenta de mail, luego se abre el outlook, pero no lo envia al formulario:www.glamesteticayshop.com.ar/ contacto.html


<form id="" method="post" action="mailto:[email protected]">
<table width="571" height="403" border="0" align="center">

<tr>
<td width="250" height="20"><h5>NOMBRE:</h5></td>
<td width="311" height="20"><label><input name="nombre" type="text" id="nombre" size="50" /></label> </td>
</tr>
<tr>
<td width="250" height="20"><h5>DIRECCION:</h5></td>
<td width="311" height="20"><label><input name="direccion" type="text" id="dirección" size="50" /></label></td>
</tr>
<tr>
<td width="250" height="20"><h5>EMAIL:</h5></td>
<td width="311" height="20"><label><input name="email" type="text" id="email" size="50" /></label></td>
</tr>
<tr>
<td width="250" height="20"><h5>TEL.PARTICULAR:</h5></td>
<td width="311" height="20"><label><input name="tel.particular:" type="text" id="tel.particular" size="30" /></label></td>
</tr>
<tr>
<td width="250" height="20"><h5>CELULAR:</h5></td>
<td width="311" height="20"><label><input name="celular" type="text" id="celular" size="30" /></label></td>
</tr>
<tr>
<td width="250" height="269"><h5>&nbsp;</h5>
<h5>NOMBRE: GLAM ESTETICA Y SHOP</h5>
<h5>DIRECCION: CHACABUCO 241</h5>
<h5>TELEFONO: 4331-5486</h5>
<h5>EMAIL: [email protected]</h5></td>
<td width="311" height="269"><textarea name="mensaje" cols="45" rows="15" id="mensaje"></textarea>
<label><input type="submit" name="enviar" id="enviar" value="Enviar" /></label></td>
</tr>

</table>
</form>
</body>
</html>