Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/10/2006, 09:30
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses
Puntos: 772
Hola adelgado. Bienvenido al foro.

Prueba esto:
Código:
<input type="radio" name="rad" value="1"
  onclick = "document.getElementById('pepe').href = 'archivox.php?parametro1=' + this.value" />
<input type="radio" name="rad" value="2"
  onclick = "document.getElementById('pepe').href = 'archivox.php?parametro1=' + this.value" />
<a id="pepe" href="archivox.php?parametro1=valor">Enlace</a>
Saludos,