Problemas con el formulario

El servidor me da la respuesta
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] 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/2.0.48 Server at www.grup-10.com Port 80
cuando solicito el formulario, y la formula que he utilizado para dicho formulario es,
#!usr/bin/perl
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<FORM ACTION = "http://www.grup-10.com/cgi-bin/formmail.cgi" METHOD = "POST" name="Solicitud de Presupuesto">
<input type=hidden name="recipient" value="[email protected]">
<input type=hidden name="subject" value="Solicitud de Presupuesto">
<input type=hidden name="redirect" value="http://www.grup-10.com/cgi-bin/okformulario.htm">
<table border="1" cellspacing="0" cellpadding="0" align="left" width="502" bgcolor="#CCFFFF" bordercolor="#0000FF">
<tr>
Cogijo de ejecucion 755 en cgi-bin

1 Respuesta

Respuesta
1
Me refiero a que el error no lo tienes tú, sino que lo produce el cgi destinatario del formulario, que se llama formmail.cgi
Si este cgi no lo controlas tú el error está a nivel de servidor... tendrías que contactar con el servicio técnico del servidor
Según esto al ejecutar el formmail.cgi se producte un error... ¿no tienes el código?

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas