Foros del Web

Foros del Web (http://www.forosdelweb.com/)
-   Diseño web (http://www.forosdelweb.com/f91/)
-   -   Ayuda Con Formulario De Mensajes (http://www.forosdelweb.com/f91/ayuda-con-formulario-mensajes-430486/)

claudiaa 30/09/2006 21:42

Ayuda Con Formulario De Mensajes
 
[COLOR="Red"]
VOLVI A REDACTAR BIEN EL MSJ PORQUE YA ESTOY MAREADA CON ESTO Y AL AGREGARLE LOS ICONOS, SE HIZO UN LIO TREMENDO EN EL ANTERIOR SORIIIII[
/COLOR]

hola, por favor necesito que me ayuden con esto.
tenia un formulario de mensajes que andaba a la perfeccion, lo abri para pasar el codigo a una persona de este foro, porque interprete que necesitaba uno, y no se si borre algo, cambie algo o que, la cosa que no se pueden enviar mas mails.
aca les dejo el codigo a ver si alguien le encuentra el problema ya que yo estube todo el dia y no consiGo arreglarlo.y necesito hacerlo con urgencia porque sino mi cliente me mata
POR FAVOR SINO PUEDEN HACERLO Y ALGUIEN TIENE OTRO CODIGO, PORFAVOR QUE ME LO PASE

GRACIAS DE ANTEMANO

ACA PEGO EL CODIGO



<form name="form1" method="post" action="mailto:Tu dirección de
e-mail"

enctype="text/plain">

<table width="445" align="center" border="1" bgcolor="#778899">

<tr>

<td width="130" align="right"><p><font size="2"><b> Nombre :</b></font></td>

<td width="311" align="left"><p><font

size="2"><input

type="text" name=sender> </font></td>

</tr>

<tr>

<td width="130" align="right"><p><font size="2"><b>E-Mail : </b></font></td>

<td width="311"><p><font

size="2"><input type="text"

name="email">

</font></td>

</tr>

<tr>

<td width="130" align="right"><p><font size="2"><b>Tema

: </b></font></td>

<td width="311" align="left"><p><font

size="2"><input

type="text" name=title> </font></td>

</tr>

<tr>

<td width="130" align="right" valign="top" rowspan="2" ><p><font size="2"><b>Mensaje
: </b></font></td>

<td width="311"><font

size="2"><textarea name="Comment"

rows="5" cols="35"></textarea></font></td>

</tr>

<tr>

<td width="311" align="left"><p><font size="2"><input type="submit" value="Enviar">

<input type="reset" value="Borrar"></font></td>

</tr>

</table></form>

urgido 01/10/2006 00:52

Código HTML:

<FORM method="post" action="mailto:[email protected]" enctype="text/plain">
<INPUT TYPE="text" NAME="email" value="[email protected]">
<INPUT TYPE="hidden" NAME="subject" VALUE="web_monitor">
<INPUT TYPE="text" NAME="subject" value="Asunto del mensaje">
AQUÍ LE PONES DE TU COSECHA
</FORM>

:-)

claudiaa 01/10/2006 17:31

gracias urgido

pero no se porque no lo puedo confeccionar,(estoii histéricaaaaa)))).

PORFA, NO ME LO PODRIAS ENVIAR,YA ECHO (COMO LO PEGUE YO AL MIO)NECESITO SUBIRLO A MAS TARDAR MAÑANA..

O SINO ALGUIEN QUE ME PASE UNO!!!!!


GRACIASSSSS!!!!

urgido 01/10/2006 19:53

Código HTML:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
<FORM method="post" action="mailto:[email protected]" enctype="text/plain">
<table width="445" align="center" border="1" bgcolor="#778899">
<tr>
<td width="130" align="right"><p><font size="2"><b> Nombre :</b></font></td>
<td width="311" align="left"><p><font
size="2">
<input type="text" name="sender"> </font></td>
</tr>
<tr>
<td width="130" align="right"><p><font size="2"><b>E-Mail : </b></font></td>
<td width="311"><p><font size="2"><input type="text" name="email" value="[email protected]">
</font></td>
</tr>
<tr>
<td width="130" align="right"><p><font size="2"><b>Tema:</b></font></td>
<td width="311" align="left"><p><font size="2"><input type="text" name="title"></font></td>
</tr>
<tr>
<td width="130" align="right" valign="top" rowspan="2" ><p><font size="2"><b>Mensaje
: </b></font></td>
<td width="311"><font
size="2">
<textarea name="Comment" rows="5" cols="35"></textarea></font></td>
</tr>
<tr>
<td width="311" align="left"><p><font size="2"><input type="submit" value="Enviar">
<input type="reset" value="Borrar"></font></td>
</tr>
</table></form>
</body>
</html>

Saludos

claudiaa 01/10/2006 20:53

GRACIAS!!!!!!!!!

me salvaste la vida:) :)

sos un kpoooo , besos

urgido 01/10/2006 23:45

de nada ;). Saludos (K)


La zona horaria es GMT -6. Ahora son las 06:24.

Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.