Ver Mensaje Individual
  #16 (permalink)  
Antiguo 06/02/2006, 17:42
Avatar de PIRRUMAN
PIRRUMAN
 
Fecha de Ingreso: febrero-2006
Ubicación: Monterrey, Nuevo León
Mensajes: 633
Antigüedad: 18 años, 2 meses
Puntos: 53
una funcion evaluando el radio buton

haz intentado agregar el evento onclick en el radio donde este contenga una funcion en java q cree los texts?? si te sirve eso podri a ayudarte ........

aaaa pero quieres que cada vez que haga click en el radio(muchas cajas de texto) o solo una vez( una caja de texto)

atte pirruman



1
Cita:
Iniciado por ingeniero4ever
bueno perdon a todos, ahora me explico mejor.... tengo la siguiente tabla hecha con html:

<html>
<head>
<title> New Document </title>
</head>
<body>
<table>
<form name="formulario">
<tr>
<td>
<input type="text" name="CAMPO1" value="">
<input type="text" name="CAMPO2" value="">
</td>
</tr>
<tr>
<td><input type="radio" name="insertar_registro" ></td>
</tr>
</form>
</table>
</body>
</html>

Como realizar una funcion en php que al pinchar el radio button, me aparezca un nuevo registro sin borrar los registros antes llenados ???

Si alguien me puede ayudar sería de gran ayuda......