tengo un problema con un boton el cual no me esta ejecutando la accion onclik y no me toma los archivos en donde se realiza todo lo que quiero que haga... aqui les dejo el codigo
Código HTML:
Ver original
Código HTML:
Ver original
<body> <form name="regis" id="regis" method="get" action="busqueda.php"> <div id='contenido'> <table width="655" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000"> <tr> </tr> <?php while($row3 = @mysql_fetch_array($result)){ ?> <tr> <input name="Cod_Inscrip_Est" type="text" id="Cod_Inscrip_Est" value="<?php echo $row3["Cod_Inscripcion_Est"]; ?>" size="10" /> <input name="nombre_com" type="text" id="nombre_com" value="<?php echo $row3["Nombre1"];?> <?php echo $row3["Nombre2"];?> <?php echo $row3["Apellido1"];?> <?php echo $fila["Apellido2"];?>" size="25" /> <input name="Cod_Est" type="text" id="Cod_Est" value="<?php echo $row3["Cod_Est"]; ?>" size="20" /> <input name="Semestre" type="text" id="Semestre" value="<?php echo $row3["Semestre"]; ?>" size="15" /> <input name="Nom_Programa" type="text" id="Nom_Programa" value="<?php echo $row3["Nom_Programa"]; ?>" size="20" /> </tr> <?php }?> </table> <br /> <div id='ContenidoParticipante'> <table width="100%" border="1" align="center" cellpadding="0" cellspacing="1"> <tr> </tr> </table> <div/> <br /> <table width="100%" height="0%" border="0" class="boton2"> <tr> </tr> </table> </div> </div> </form> </body> </html>
el boton es este ahi esta pero lo pongo ya que no c como resaltar esa parte del codigo...
Código HTML:
Ver original
<input type="button" name="Submit3" value="Agregar Participante" onclick="javascript: if(ValidarParticipante()){ AgregarParticipante('ContenidoParticipante');LimpiarBeneficiario();}" id="Submit3" />
por fa eh revisado y nada les agradezco su ayuda...