Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/09/2006, 15:35
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes
Puntos: 61
Hay un truco:
<html>
<head>
<script>
function refrescar(){
if(location.href.indexOf("?")==-1){
location.href=location.href+"?";
}
}
</script>
</head>
<body onload="refrescar()">

Espero que te sirva!
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.