30/09/2006, 21:42
|
| | Fecha de Ingreso: agosto-2006
Mensajes: 44
Antigüedad: 18 años, 2 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 |