Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/05/2004, 12:54
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 5 meses
Puntos: 535
podrías hacer algo así:


<% If Request.QueryString("refresh") <> "no" then %>
<META HTTP-EQUIV="Refresh" CONTENT="5; URL=<% = request.servervariables("SCRIPT_NAME")

%>?refresh=no">
<% End if %>