Ayuda con programación de radiobuttons
Hola
Tengo unos radiobuttons, quiero que cuando escoja uno y le de en el botón me abra un formularri, en caso de que escoja otro pues que me abra otro formulario, pero algo tengo mal en mi programación
Ayudaaame plis
=)
este es mi pedazito de codigo
</div>
<div id="Layer6">
<table width="200" align="left" bordercolor="#FFFFCC">
<tr>
<th scope="row"><font size="4"> Seleccione la opcion deseada </th>
</tr>
<form id="form1" name="form1" method="get" action="registrar_partes.php">
<tr>
<th align="left" valign="middle" bordercolor="#FFFFCC" scope="row">
<input name="opc" type="radio" value="1" id="rb_agregar" align="left"/>
<label for="radiobutton">Agregar</label>
<p> </p>
</th>
</tr>
<tr>
<th align="left" scope="row">
<input name="opc" type="radio" value="2" id="rb_modificar" />
<label for="radio">Modificar</label>
<p> </p>
</th>
</tr>
<tr>
<th height="35" align="left" scope="row">
<input name="opc" type="radio" value="3" id="rb_lmnr" />
<label for="radio2">Eliminar</label>
<p> </p>
</th>
</tr>
<tr>
<th height="35" align="left" scope="row">
<label for="Submit"></label>
<div align="center">
<input type="submit" name="Aceptar" value="Aceptar" id="Aceptar" />
</div>
</th>
</tr>
</form>
</table>
</div>
<?
if ( isset( $_GET[' Aceptar '] ) ) {
$sr=$_GET['opc'];
if($sr == 2){
?>
<strong></strong>
<div id="nbscr">
<form id="form6" name="form6" method="get" action="registrar_partes.php">
<label for="label4">Numero de Parte</label>
<input type="text" name="textfield5" id="label4" />
<input type="submit" name="bscr" value="Buscar" id="bscr" />
</p>
</form>
</div>
<?
}
}
?>
No hace nada aparentemente
Tengo unos radiobuttons, quiero que cuando escoja uno y le de en el botón me abra un formularri, en caso de que escoja otro pues que me abra otro formulario, pero algo tengo mal en mi programación
Ayudaaame plis
=)
este es mi pedazito de codigo
</div>
<div id="Layer6">
<table width="200" align="left" bordercolor="#FFFFCC">
<tr>
<th scope="row"><font size="4"> Seleccione la opcion deseada </th>
</tr>
<form id="form1" name="form1" method="get" action="registrar_partes.php">
<tr>
<th align="left" valign="middle" bordercolor="#FFFFCC" scope="row">
<input name="opc" type="radio" value="1" id="rb_agregar" align="left"/>
<label for="radiobutton">Agregar</label>
<p> </p>
</th>
</tr>
<tr>
<th align="left" scope="row">
<input name="opc" type="radio" value="2" id="rb_modificar" />
<label for="radio">Modificar</label>
<p> </p>
</th>
</tr>
<tr>
<th height="35" align="left" scope="row">
<input name="opc" type="radio" value="3" id="rb_lmnr" />
<label for="radio2">Eliminar</label>
<p> </p>
</th>
</tr>
<tr>
<th height="35" align="left" scope="row">
<label for="Submit"></label>
<div align="center">
<input type="submit" name="Aceptar" value="Aceptar" id="Aceptar" />
</div>
</th>
</tr>
</form>
</table>
</div>
<?
if ( isset( $_GET[' Aceptar '] ) ) {
$sr=$_GET['opc'];
if($sr == 2){
?>
<strong></strong>
<div id="nbscr">
<form id="form6" name="form6" method="get" action="registrar_partes.php">
<label for="label4">Numero de Parte</label>
<input type="text" name="textfield5" id="label4" />
<input type="submit" name="bscr" value="Buscar" id="bscr" />
</p>
</form>
</div>
<?
}
}
?>
No hace nada aparentemente
1 Respuesta
Respuesta de Kike Rodríguez
1