21/03/2002, 10:47
|
| | Fecha de Ingreso: julio-2001 Ubicación: Internet
Mensajes: 1.690
Antigüedad: 23 años, 4 meses Puntos: 1 | |
Re: malditos frames Hola!,
Entonces Podrias Hacer Un Script Para Que Se Pueda Seleccionar Solo Un Radio Button y Puedan Tener Nombres Distintos, Seria Algo Asi Por Ejemplo:
left.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<SCRIPT LANGUAGE="javascript">
function comprueba(que)
{
test1.checked = false;
test.checked = false;
this.checked = false;
}
</SCRIPT>
</head>
<body>
<input type="radio" name="test1" value="test1" onClick="comprueba(this)" >testbuton1
<input type="radio" name="test1" value="test" onClick="comprueba(this)" >testbuton2
</body>
</html>
De Esta Manera Tienen Nombres Diferentes Y No Se Pueden Seleccionar Los Dos A La Vez
<CENTER><FONT COLOR=Black SIZE=2><I>"No Hay Cosas Imposibles, Solo Hombres Incapaces"</I></FONT></CENTER> |