Foros del Web » Programando para Internet » Javascript »

Ayuda para hacer funcionar este Formulario

Estas en el tema de Ayuda para hacer funcionar este Formulario en el foro de Javascript en Foros del Web. Hola, me gustaría mucho que alguién me de una explicación sobre el modo de hacer funcionar el siguiente formulario. Desde ya muy agradecido. <table cellpadding=0 ...
  #1 (permalink)  
Antiguo 19/01/2004, 18:22
Avatar de Pelgriego  
Fecha de Ingreso: septiembre-2002
Ubicación: República Argentina
Mensajes: 153
Antigüedad: 21 años, 7 meses
Puntos: 0
Ayuda para hacer funcionar este Formulario

Hola, me gustaría mucho que alguién me de una explicación sobre el modo de hacer funcionar el siguiente formulario.
Desde ya muy agradecido.

<table cellpadding=0 cellspacing=0 border=0 width=603>
<tr>
<td width=118></td>
<td width=1 bgcolor=#657583><spacer type=block width=1 height=1></td>
<td width=484 align=center bgcolor=#E1E7EC>
<br>
<!-- Campos -->
<table cellpadding=0 cellspacing=0 border=0 width=355>
<tr>
<td width=5></td>
<td width=125 class=textform>Nombre (*)</td>
<td width=220><script>if (document.all){document.write ('<input type="text" class="camposform" name="nombre" style="width:220">')} else {document.write ('<input type="text" class="textns" size="21" name="nombre">')}</script></td>
<td width=5></td>
</tr>
<tr>
<td height=10></td>
</tr>
<tr>
<td width=5></td>
<td width=125 class=textform>Apellido (*)</td>
<td width=220><script>if (document.all){document.write ('<iAnput type="text" class="camposform" name="apellido" style="width:220">')} else {document.write ('<input type="text" class="textns" size="21" name="apellido">')}</script></td>
<td width=5></td>
</tr>
<tr>
<td height=10></td>
</tr>
<tr>
<td width=5></td>
<td width=125 class=textform>E-mail (*)</td>
<td width=220><script>if (document.all){document.write ('<input type="text" class="camposform" name="email" style="width:220">')} else {document.write ('<input type="text" class="textns" size="21" name="email">')}</script></td>
<td width=5></td>
</tr>
<tr>
<td height=10></td>
</tr>
<tr>
<td width=5></td>
<td width=125 class=textform>Télefono (*)</td>
<td width=220><script>if (document.all){document.write ('<input type="text" class="camposform" name="telefono" style="width:220">')} else {document.write ('<input type="text" class="textns" size="21" name="telefono">')}</script></td>
<td width=5></td>
</tr>
<tr>
<td height=10><input type="hidden" name="hidFechaNacimiento" value=""></td>
</tr>
<tr>
<td width=5></td>
<td width=125 class=textform>Fecha de Nacimiento (*)</td>
<td width=220>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td><script>if (document.all){document.write ('<input type="text" class="camposform" name="fndd" style="width:25">')} else {document.write ('<input type="text" class="textns" size="2" name="fndd">')}</script></td>
<td width=8></td>
<td><script>if (document.all){document.write ('<input type="text" class="camposform" name="fnmm" style="width:25">')} else {document.write ('<input type="text" class="textns" size="2" name="fnmm">')}</script></td>
<td width=8></td>
<td><script>if (doAcument.all){document.write ('<input type="text" class="camposform" name="fnaa" style="width:25">')} else {document.write ('<input type="text" class="textns" size="2" name="fnaa">')}</script></td>
</tr>
</table>
</td>
<td width=5></td>
</tr>
<tr>
<td height=16 colspan=4><img src="../imgs/comunes/puntos355.gif" width=355 height=1></td>
</tr>
<tr>
<td width=5></td>
<td width=125 class=textform valign=top>Comentarios</td>
<td width=220><script>if (document.all){document.write ('<textarea class=campos2form name="comentarios" style="width:220; height:160;"></textarea>')} else {document.write ('<font class=textns><textarea rows=16 cols=21 name="comentarios"></textarea></font>')}</script></td>
<td width=5></td>
</tr>
<tr>
<td height=16 colspan=4><img src="../imgs/comunes/puntos355.gif" width=355 height=1></td>
</tr>
<tr>
<td width=5></td>
<td width=125></td>
<td width=220 align=right><a href="JavaScript:Enviar();" onmouseover="over('enviar')" onmouseout="out('enviar')"><img src="../imgs/textos/enviar.gif" width=42 height=12 border=0 name="enviar" hspace=15></a><a href="JavaScript:frmPrincipal.reset();" onmouseover="over('borrar')" onmouseout="out('borrar')"><img src="../imgs/textos/borrar.gif" width=42 height=12 border=0 name="borrar"></a></td>
<td width=5></td>
</tr>
<tr>
<td height=16 colspan=4><img src="../imgs/comunes/puntos355.gif" width=355 height=1></td>
</tr>
</table>
<!-- Fin Campos -->
<br>
</td>
</tr>
</table>
__________________
Pelgriego
http://www.radioeleccion.com.ar
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 14:23.