Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/12/2011, 15:57
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años
Puntos: 1012
Respuesta: Script con enlaces

original
Cita:
function gotoshow(){
window.location=slidelinks[whichlink]
}

//-->
</script>
<a href="javascript:gotoshow()">
los cambios que te propongo
Cita:
function gotoshow(){
document.getElementById('liga').href = slidelinks[whichlink];
}

//-->
</script>
<a href="#" target="_blank" id="liga" onclick="gotoshow()">
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}