Retroceder   Foros del Web > Diseño de Sitios web > Web general

Respuesta
 
Herramientas Desplegado
Antiguo 30-sep-2006, 21:42   #1 (permalink)
claudiaa ha deshabilitado el karma
 
Fecha de Ingreso: agosto-2006
Mensajes: 44
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-sep-2006 a las 21:55.
claudiaa está desconectado   Responder Citando
Antiguo 01-oct-2006, 00:52   #2 (permalink)
urgido sólo puede mejorar
 
Avatar de urgido
 
Fecha de Ingreso: febrero-2005
Ubicación: Veracruz
Mensajes: 1.191
Código HTML:
<FORM method="post" action="mailto:uno@isp.com" enctype="text/plain">
<INPUT TYPE="text" NAME="email" value="sunombre@isp.com">
<INPUT TYPE="hidden" NAME="subject" VALUE="web_monitor">
<INPUT TYPE="text" NAME="subject" value="Asunto del mensaje">
AQUÍ LE PONES DE TU COSECHA
</FORM>
__________________
<?php $var = "PHP is life"; ?>
urgido está desconectado   Responder Citando
Antiguo 01-oct-2006, 17:31   #3 (permalink)
claudiaa ha deshabilitado el karma
 
Fecha de Ingreso: agosto-2006
Mensajes: 44
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!!!!
claudiaa está desconectado   Responder Citando
Antiguo 01-oct-2006, 19:53   #4 (permalink)
urgido sólo puede mejorar
 
Avatar de urgido
 
Fecha de Ingreso: febrero-2005
Ubicación: Veracruz
Mensajes: 1.191
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:uno@isp.com" 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="sucorreo@hotmail.com">
</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
__________________
<?php $var = "PHP is life"; ?>
urgido está desconectado   Responder Citando
Antiguo 01-oct-2006, 20:53   #5 (permalink)
claudiaa ha deshabilitado el karma
 
Fecha de Ingreso: agosto-2006
Mensajes: 44
GRACIAS!!!!!!!!!

me salvaste la vida:) :)

sos un kpoooo , besos
claudiaa está desconectado   Responder Citando
Antiguo 01-oct-2006, 23:45   #6 (permalink)
urgido sólo puede mejorar
 
Avatar de urgido
 
Fecha de Ingreso: febrero-2005
Ubicación: Veracruz
Mensajes: 1.191
de nada ;). Saludos (K)
__________________
<?php $var = "PHP is life"; ?>
urgido está desconectado   Responder Citando
Respuesta

No hay votos aún.


Herramientas
Desplegado

Normas de Publicación
No puedes crear nuevos temas
No puedes responder temas
No puedes subir archivos adjuntos
No puedes editar tus mensajes

BB code is Activado
Caritas están Activado
[IMG] está Activado
Código HTML está Desactivado


La Zona horaria es GMT -6. Ahora son las 22:44.


Message Board Statistics

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93