| |||
formulario de envio Hola: he creado un formulario de sugerencias para que me lleguen a mi correo, me dieron un codigo y antes funcionaba pero ahora no se que le pasa que no me llega ningun correo. Alguien que tuviera algún codigo en html. se lo agradeceria. |
| |||
<html> <head> <title>Contactenos</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="cuerpo.css" type="text/css"> <script language="JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // --> </script> </head> <body bgcolor="#FFCC33" text="#000000" leftmargin="0" topmargin="0"> <TABLE border=0 cellPadding=0 cellSpacing=0 class=menu_enlaces width="490"> <TBODY> <TR> <TD vAlign=top> <FORM action=http://www.melodysoft.com/cgi-bin/form.cgi method=post> <P align=center><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> <INPUT name=recipient type=hidden [email protected]> <INPUT name=redirect type=hidden value=agradecimiento.html> <INPUT name=subject type=hidden value="Comentario Curso Avanzado 2003"> </FONT><font color="#990000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Nombre: </b> </font><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> <INPUT name=nombre size=47> <BR> <BR> <font color="#990000"><b>Email:</b></font> <INPUT name=email size=47> <BR> <BR> </FONT><font color="#990000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Mensaje:</b></font><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> <TEXTAREA cols=40 name=Mensaje rows=5></TEXTAREA> </FONT><BR> <BR> <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> <INPUT type=submit value=Enviar> <INPUT name=reset type=reset value=Borrar> <BR> <BR> </FONT></P> </FORM> </TD> </TR> </TBODY> </TABLE> <div id="Layer1" style="position: absolute; left: 121; top: 313; width: 77; height: 13; z-index: 1"> </div> </body> </html> |
| |||
podrian facilitarme un cgi para envio de formularios? Estoy con el problema del envio de formularios, usaba los servicios de melodysoft , pero ha cambiado la forma de envio, les agradecria si me pudieran proporcionar un cgi que permita el envio de formularios. (no se CGI) si hay una explicacion de como usarlo seria magnifico. GRACIAS ADELANTADAS |