Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/11/2010, 03:52
flasbak
 
Fecha de Ingreso: mayo-2009
Mensajes: 12
Antigüedad: 15 años
Puntos: 0
Respuesta: document.links no funciona

Hola gordot

Prueba esto:

Código HTML:
<script>

function cambialink(n){

document.getElementsByName('enlace')[0].href = 'ampliarencuesta.php?id='+ n;

}

</script> 
Saludos.