Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/02/2006, 11:08
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 1 mes
Puntos: 1284
Hola...

Así funciona:

Código:
<html>
<head>
<title>Elije tu Buscador</title>
</head>
<body>
<form method="get" action="" onsubmit="R1[0].disabled = 'disabled'; R1[1].disabled = 'disabled'; R1[2].disabled = 'disabled'">
<p>Elije tu Buscador</p>
<p><input type="radio" value="http://www.yahoo.com" checked name="R1" onclick="this.form.action = this.value" >Yahoo</p>
<p><input type="radio" name="R1" value="http://www.google.com" onclick="this.form.action = this.value" >Google</p>
<p><input type="radio" name="R1" value="http://www.altavista.com" onclick="this.form.action = this.value" >Altavista</p>
<p>&nbsp;</p>
<p><input type="submit" value="Ir a Buscador" ></p>
</form>
</body>
</html>
Saludos
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo