Tema: Refresh
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/12/2006, 11:29
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años, 1 mes
Puntos: 772
Re: Refresh

Hola Baco_

Prueba este código a ver si te sirve, aunque sea de inspiración:
Código PHP:
<html>
<
head>
<
script type="text/javascript">
function 
ini() {
  
loc location.search;
  if(
loc=='')
    
location += '?var=1';
}
</script>
</head>
<body onload="ini()">

</body>
</html> 
Saludos,