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>