Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/05/2012, 07:48
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: hacer antes window.location que el href

tienes varias posibilidades

en lugar de usar un link usar otro tag
Cita:
<span style="cursor:pointer" onclick="window.location('url')">
o usar replace
Cita:
<a href="url" onclick="this.href = this.href.replace(this.href, function(){return 'otra_url';});">
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}