Bueno ahi va mi pregunta, tengo una pagina web hospedada en Lycos. He creado mi web con microsoft frontpage, con ese programa he creado los formularios que mi web contiene pero hay un error, hago pruebas enviando yo misma un formulario y no me llegan. (Para ver el formulario entren en: http://usuarios.lycos.es/promiselove...ones/error.htm)
Código HTML:
<form method="POST" action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" u-file="fpweb:///_private/form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" --><p align="justify"> <span lang="es">Nick:<br> <input type="text" name="T1" size="20" style="color: #FFAA64; border-style: dotted; border-width: 1"><br> E-mail:<br> <input type="text" name="T2" size="20" value="@" style="color: #FFAA64; border-style: dotted; border-width: 1"><br> Asunto:<br> <input type="text" name="T3" size="20" value="Error encontrado" style="color: #FFAA64; border-style: dotted; border-width: 1"><br> Ubicación:<br> <input type="text" name="T4" size="20" value="Nombre de la sección" style="color: #FFAA64; border-style: dotted; border-width: 1"><br> Párrafo, línea u otro<br> (donde ha sido encontrado el error):<br> <textarea rows="3" name="S1" cols="20" style="color: #FFAA64; border-style: dotted; border-width: 1"></textarea><br> </span></p> <p align="justify"> <input type="submit" value="Enviar" name="B1" style="color: #FFAA64; border-style: dotted; border-width: 1"><span lang="es"> </span> <input type="reset" value="Restablecer" name="B2" style="color: #FFAA64; border-style: dotted; border-width: 1"></p> </form>
Muchas gracias por todo de antemano.