
14/05/2004, 12:54
|
 | 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 %> |