Tema: e-mail
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/11/2005, 09:09
vad
 
Fecha de Ingreso: noviembre-2003
Mensajes: 214
Antigüedad: 20 años, 5 meses
Puntos: 0
e-mail

Subi una pagina mediante un hosting gratuito.
En esta pagina hay un formulario que al ser enviado, manda los datos no a una base de datos sino a mi e-mail.

Al probarla antes de subirla a la red funcionaba perfectamente pero al subirla no manda la informacion, a que se puede deber el codigo es el siguiente:

<form name="formulariolinac" method="post" action="mailto:[email protected]" enctype="text/plain">

Y el boton "limpiar" no funciona
los botones enviar y limpiar tienen el siguiente código

<input name="Enviar" type="image" id="Enviar" src="imagenes/boton_enviar1.gif" align="middle" width="86" height="22" border="0">
<input name="Limpiar" type="image" id="Limpiar" src="imagenes/boton_limp1.gif" align="middle" width="86" height="22" border="0">

Ojala puedan ayudarme