Avatar Image
Usuario habitual
Usuario habitual

A ver si alguien me puede echar una mano porque llevo ya unos dias con este dichoso formulario y no me termina de funcionar.

Me esplico: el codigo del formulario es:
Código:

<html>
<head>
<title> formulario </title>
</head>
<html>

<form method="POST" action="[email protected]" name="informate" enctype="text/plain">


<p> &nbsp;<table width="462" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="121"><b><font color="#000000">Nombre</font></b></td>
<td width="321">
&nbsp;<!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" b-allow-whitespace="TRUE" --><input type="text" name="nombre" size="20">
</td>
</tr>

<tr>
<td width="121"><b><font color="#000000">Pa&iacute;s</font></b></td>
<td width="321">
&nbsp;<!--webbot bot="Validation" s-display-name="pais" s-data-type="String" b-allow-letters="TRUE" b-allow-whitespace="TRUE" --><input type="text" name="Pais" size="20"></td>
</tr>
<tr>
<td width="121"><b><font color="#000000">Provincia</font></b></td>
<td width="321">
&nbsp;<!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" b-allow-whitespace="TRUE" --><input type="text" name="Provincia" size="20">

</td>
</tr>
<tr>
<td width="121"><b><font color="#000000">E-mail</font></b></td>
<td width="321">
&nbsp;<!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" s-allow-other-chars="@ ." --><input type="text" name="mail" size="20">
</td>
</tr>
<tr>
<td width="121"><font color="#000000"><b>Tel&eacute;fono de
contacto</b></font></td>

<td width="321">&nbsp;<!--webbot bot="Validation" s-data-type="Number" s-number-separators="x." --><input type="text" name="telefono" size="20"></td>
</tr>
<tr>
<td width="121"><b>&nbsp; </b></td>
<td width="321">&nbsp;
</td>
</tr>
<tr>
<td width="121"><b><font color="#000000">Qui&eacute;res
comentar algo??</font></b></td>

<td width="321">
<textarea name="comentario" cols="50" rows="6"></textarea>
</td>
</tr>
<tr>
<td width="121">&nbsp; </td>
<td width="321">
<input type="reset" name="borrar" value="Borrar">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" name="Enviar" value="Enviar">
</td>

</tr>
</table>
</form>
<p>&nbsp;&nbsp;&nbsp; </p>




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

que yo creo que esta bien. Lo subo al servidor, concretamente iespana.es y cuando lo relleno y lo quiere enviar me dale un error,concretamete el 404 que me dice que no esiste el documento.

Cuando quiero ver el codigo de la pagina me encuentro que mi formulario tiene un script en java que no se de donde ha salidoj que es el siguiente:
Código:

<!--pubframecondnopopup_a-->
<HTML>

<script language="javascript">
<!--
var ops_s;
ops_s = 400;
function myerror() { return true; }
onerror = myerror;
if(typeof(screen) != "undefined&quot if(screen.Height > 1) ops_s = screen.Height - 100;
if(typeof(window.innerHeight) != "undefined&quot if(window.innerHeight > 1) ops_s = window.innerHeight;
if(ops_s >= 400)
{
if(window == window.top)
{
var s='<HEAD><TITLE> formulario </TITLE></HEAD><FRAMESET ROWS="*,74" FRAMEBORDER="no" FRAMESPACING="0" border="0" bordercolor="#dddddd">'+
'<FRAME src="'+window.location+'?" name="doc">'+
'<FRAME src="http://www.iespana.es/heberg/pub.htm?Time=1076335657&Nom=herlanztunegocio&FRAME=1" name="pubframe" scrolling="no" noresize>'+
'</FRAMESET>';
document.write(s);
}
}
function relpub()
{
if((top.ops_s >= 400) || (top.ops_s < 1))
{
if(top.pubframe != null)
top.pubframe.pubrelpub();
}
}
function relpubloc()

{ top.relpub(); }
//-->
</script>
</HTML>



.- Porqué me sale ese script ?
.- por que no me va el formulario?

Agradecira que me echaseis una mano.

User 413243
User 413243
Usuario habitual
Usuario habitual

Hola, compañero:
A ver si consigo ayudarte.
Tu tienes <form method="POST" action="[email protected]" ...
En realidad sería <form method="POST" action="MAILTO:[email protected]"...

Es lo único que te falta para que se envíe el formulario por correo eletrónico sin usar tecnologías de servidor (ASP,PHP u otra).

Espero que te funcione.

Saludos.

Nota: El Script que ves lo añade iEspaña para que aparezca su publicidad.

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
No se han encontrado temas similares