Foros del Web » Creando para Internet » HTML »

Como hago un formulario

Estas en el tema de Como hago un formulario en el foro de HTML en Foros del Web. mmmmmmmmmmmmmmmmmmmmmmmmmmmm, no cachu que pueda ser, yo creo que el action debe estar malo o algo en el codigo no se me parece raro esto...

  #31 (permalink)  
Antiguo 06/09/2006, 13:01
Avatar de FNX_NET  
Fecha de Ingreso: marzo-2004
Ubicación: EN EL INFIERNO.....
Mensajes: 1.707
Antigüedad: 20 años, 1 mes
Puntos: 7
mmmmmmmmmmmmmmmmmmmmmmmmmmmm, no cachu que pueda ser, yo creo que el action debe estar malo o algo en el codigo no se me parece raro esto
__________________
:-D "Que se libere del cielo confinado; que mi cuerpo sea la espada de hielo negro que nos lleve al abismo; que ningún poder pueda detenernos...Destructora de las almas de los dioses!!!":adios:


:pirata:
  #32 (permalink)  
Antiguo 08/09/2006, 12:52
Avatar de clara2004  
Fecha de Ingreso: junio-2004
Ubicación: Argentina, capital federal barrio de Palermo
Mensajes: 160
Antigüedad: 19 años, 10 meses
Puntos: 0
FNX:

te paso el codigo?...podras verlo un minuto?

<html>



<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>Pagina nueva 1</title>

<style>

<!--

.style8 {

color: #6C6C6C;

font-size: 12px;

font-family: tahoma;

}

.style1 {

color: #6C6C6C;

font-family: tahoma;

font-size: 11px;

font-weight: bold;

}

-->

</style>

</head>



<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td><div class="style8" style="padding-left:14px; padding-top:12px">

<div align="center">Si deseas contactarte con CORET; LA RED DE CASAS DE

FAMILIA. envianos este formulario <br>

o llamanos directamente al tel&eacute;fono (005411) - 4384-6378 </div>

</div>

<div style="padding-left:14px; padding-top:14px"> </td>

</tr>

</table>



<table width="50%" border="0" align="center" cellpadding="0" cellspacing="0" id="table1">

<tr>

<td align="left" valign="top">

<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table2">

<form method="post" action="http://forms.melodysoft.com">
<input type="hidden" name="id" value="coret">
<tr>

<td height="14" colspan="2" align="left" valign="top" class="style1">Nombre y Apellido:</td></tr>

<tr>

<td height="24" colspan="2" align="left" valign="top">
<input type="text" name="nombres" style="height:17px; width:216px; font-family:tahoma; font-size:10px; border-width:1px; border-style:solid; border-color:#CDCDCD "></td>

</tr>

<tr>

<tr>

<td height="14" colspan="2" align="left" valign="top" class="style1">Nacionalidad</td>

</tr>

<tr>

<td height="24" colspan="2" align="left" valign="top"><input type="text" name="nacion" style="height:17px; width:216px; font-family:tahoma; font-size:10px; border-width:1px; border-style:solid; border-color:#CDCDCD "></td>

</tr>

<tr>

<td height="14" colspan="2" align="left" valign="top" class="style1">Edad</td>

</tr>

<tr>

<td height="24" colspan="2" align="left" valign="top"><input type="text" name="edad" style="height:17px; width:216px; font-family:tahoma; font-size:10px; border-width:1px; border-style:solid; border-color:#CDCDCD "></td>

</tr>

<tr>

<td height="14" colspan="2" align="left" valign="top" class="style1">Motivo del Viaje</td>

</tr>

<tr>

<td height="24" colspan="2" align="left" valign="top"><input type="text" name="motivo" style="height:17px; width:216px; font-family:tahoma; font-size:10px; border-width:1px; border-style:solid; border-color:#CDCDCD "></td>

</tr>

<tr>



<td height="14" colspan="2" align="left" valign="top" class="style1">Tipo de Estudio</td>

</tr>

<tr>

<td height="24" colspan="2" align="left" valign="top"><input type="text" name="estudio" style="height:17px; width:216px; font-family:tahoma; font-size:10px; border-width:1px; border-style:solid; border-color:#CDCDCD "></td>

</tr>

<tr>

<td height="14" colspan="2" align="left" valign="top" class="style1">Lugar de Estudio</td>

</tr>

<tr>

<td height="24" colspan="2" align="left" valign="top"><input type="text" name="estudlugar" style="height:17px; width:216px; font-family:tahoma; font-size:10px; border-width:1px; border-style:solid; border-color:#CDCDCD "></td>

</tr>

<td height="14" colspan="2" align="left" valign="top" class="style1">E-mail:</td>

</tr>

<tr>

<td height="24" colspan="2" align="left" valign="top"><input type="text" name="email" style="height:17px; width:216px; font-family:tahoma; font-size:10px; border-width:1px; border-style:solid; border-color:#CDCDCD "></td>

</tr>

<tr>

<td height="14" colspan="2" align="left" valign="top" class="style1">Comentarios:</td>

</tr>

<tr>

<td colspan="2" align="left" valign="top"><textarea name="comentario" style="height:61px; width:216px; font-family:tahoma; font-size:10px; border-width:1px; border-style:solid; border-color:#CDCDCD; overflow:auto " rows="1" cols="20"></textarea></td>

</tr>

<tr>

<td width="51" height="37" align="left" valign="top">

<p align="center"><FONT face=Arial color=#000000 size=1>



<INPUT type=reset value=Borrar name=Submit>



</FONT></td>

<td width="551" align="left" valign="top"><FONT face=Arial color=#000000 size=1><INPUT type=submit value=Enviar name=Submit2>



</FONT></td>

</tr>

</table>

</div></td>

</tr>

</table>




</body>



</html>
  #33 (permalink)  
Antiguo 08/09/2006, 13:04
Avatar de FNX_NET  
Fecha de Ingreso: marzo-2004
Ubicación: EN EL INFIERNO.....
Mensajes: 1.707
Antigüedad: 20 años, 1 mes
Puntos: 7
olle lo tire en mi pc y me muestra un form sin problema, pero cuando le hago click me dice:

err-or! er-ror - 404!
'I remember when the internet only had a few pages, and they all worked' - 'Sure, Grampa...'

Actually, we couldn't find the page you requested. Please check the URL.
, yo no se como trabaja melody, ni se que cosa es, yo trabajaria con un scripts propio de envio de mail
__________________
:-D "Que se libere del cielo confinado; que mi cuerpo sea la espada de hielo negro que nos lleve al abismo; que ningún poder pueda detenernos...Destructora de las almas de los dioses!!!":adios:


:pirata:
  #34 (permalink)  
Antiguo 11/09/2006, 09:18
Avatar de clara2004  
Fecha de Ingreso: junio-2004
Ubicación: Argentina, capital federal barrio de Palermo
Mensajes: 160
Antigüedad: 19 años, 10 meses
Puntos: 0
hola,
siguiendo con el tema,
que les parece que haga?
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 17:50.