hola amigos solicito su ayuda desesperadamente.... jeje
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<!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"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="js/validarParticipante.js"></script> <script type="text/javascript" src="ajax_inscrip/js_participantes.js"></script>
Código HTML:
Ver original<form name="regis" id="regis" method="get" action="busqueda.php"> <table width="655" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000"> <td width="60" bgcolor="#DFDF00">N°
</td> <td width="150" bgcolor="#DFDF00">Nombre y Apellido
</td> <td width="120" bgcolor="#DFDF00">Codigo
</td> <td width="90" bgcolor="#DFDF00">Semestre
</td> <td width="120" bgcolor="#DFDF00">Programa
</td> <td width="133" bgcolor="#DFDF00" align="center">Accion
</td> <?php
while($row3 = @mysql_fetch_array($result)){
?>
<td height="26" bgcolor="#FFFFC6"><label> <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" />
<td bgcolor="#FFFFC6"><input type="button" name="Submit3" value="Agregar Participante" onclick="javascript: if(ValidarParticipante()){ AgregarParticipante('ContenidoParticipante');LimpiarBeneficiario();}" id="Submit3" /></td> <?php }?>
<div id='ContenidoParticipante'> <table width="100%" border="1" align="center" cellpadding="0" cellspacing="1"> <td width="24%" bgcolor="#DFDF00"><div align="center">Participantes
</div></td> <table width="100%" height="0%" border="0" class="boton2"> <th width="14%"> </th> <th width="33%"><input name="acepto" type="submit" class="boton2" id="acepto" title="Enviar" value="Guardar" disabled="disabled"/></th> <th width="7%"> </th> <th width="32%"><input name="limpiar" type="reset" class="boton2" id="limpiar" title="limpiar" onclick="limpiar;" value="Limpiar"/></th> <th width="14%"> </th>
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...