Foros del Web » Creando para Internet » Diseño web »

Ayuda Con Formulario De Mensajes

Estas en el tema de Ayuda Con Formulario De Mensajes en el foro de Diseño web en Foros del Web. [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 ...
  #1 (permalink)  
Antiguo 30/09/2006, 21:42
 
Fecha de Ingreso: agosto-2006
Mensajes: 44
Antigüedad: 17 años, 7 meses
Puntos: 0
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>

Última edición por claudiaa; 30/09/2006 a las 21:55
  #2 (permalink)  
Antiguo 01/10/2006, 00:52
Avatar de urgido  
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 1 mes
Puntos: 25
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> 
__________________
Hospedaje Web al mejor costo!
  #3 (permalink)  
Antiguo 01/10/2006, 17:31
 
Fecha de Ingreso: agosto-2006
Mensajes: 44
Antigüedad: 17 años, 7 meses
Puntos: 0
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!!!!
  #4 (permalink)  
Antiguo 01/10/2006, 19:53
Avatar de urgido  
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 1 mes
Puntos: 25
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
__________________
Hospedaje Web al mejor costo!
  #5 (permalink)  
Antiguo 01/10/2006, 20:53
 
Fecha de Ingreso: agosto-2006
Mensajes: 44
Antigüedad: 17 años, 7 meses
Puntos: 0
GRACIAS!!!!!!!!!

me salvaste la vida:) :)

sos un kpoooo , besos
  #6 (permalink)  
Antiguo 01/10/2006, 23:45
Avatar de urgido  
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 1 mes
Puntos: 25
de nada ;). Saludos (K)
__________________
Hospedaje Web al mejor costo!
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 09:44.