Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/04/2007, 14:58
yolcec
 
Fecha de Ingreso: abril-2007
Mensajes: 1
Antigüedad: 17 años
Puntos: 0
formulario de contacto

saludos amigos estoy tratando de hacer un formulario para enviar la informacion a un correo electronico sin necesidad de pasar por el outlock, mi proveedor de hosting tiene un servicio llamado formail cgi ellos me dan el siguiente codigo para que lo pegue el el documento html:

<form action="/cgi-bin/FormMail.cgi" method="post">
<input type="hidden" name="recipient" value="direccionarrobamicorreo">
<input type="hidden" name="subject" value="Asunto del mail">
...... el resto de sus campos aqui
<input type="submit" value="enviar">
</form>

ell problema surge cuando lleno el formulario y le doy a enviar me sale este error :

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,webmaster and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/1.3.37 Server at Port 80

si alguien me podria ayudar se lo agradeceria 100%

Última edición por yolcec; 18/04/2007 a las 15:04