Mebpage refresh

23/05/2004 - 12:06 por Ammar Majeed | Informe spam
Hi all...
I am building my own website now, and in one of the pages i have a form with
a link that calls entry to guest book on anoher frame, my problem is: that
when i click on the link, the page reloads from cash not fromt he server and
i have to reload the page manually to see the new posts, any tricks to load
the page from the server instead ???
thank you

Preguntas similare

Leer las respuestas

#1 Carlos Rojas
23/05/2004 - 17:07 | Informe spam
hi, try to use this:
<HTML>
<HEAD>
<META HTTP-EQUIV='PRAGMA' content='NO-CACHE'>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="no-cache">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
</HEAD>
<BODY>
Your Text.
</BODY>
</HTML>


Saludos
Carlos Rojas


"Ammar Majeed" escribió en el mensaje
news:qI_rc.93175$
Hi all...
I am building my own website now, and in one of the pages i have a form


with
a link that calls entry to guest book on anoher frame, my problem is: that
when i click on the link, the page reloads from cash not fromt he server


and
i have to reload the page manually to see the new posts, any tricks to


load
the page from the server instead ???
thank you



Respuesta Responder a este mensaje
#2 Franco Figun
24/05/2004 - 00:09 | Informe spam
Hi, try this too:

'HTML
<META HTTP-EQUIV='PRAGMA' content='NO-CACHE'>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="no-cache">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">

'ASP3
<%
response.clear
Response.CacheControl = "Private"
Response.ExpiresAbsolute = #1/5/2000 12:12:12#
Response.Expires = -1000
Response.Buffer = false
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
%>

FF
www.francofigun.com.ar
www.microsofties.com.ar
MSN:
UIN: 305336919
Yahoo MSN:
"Ammar Majeed" escribió en el mensaje
news:qI_rc.93175$
Hi all...
I am building my own website now, and in one of the pages i have a form


with
a link that calls entry to guest book on anoher frame, my problem is: that
when i click on the link, the page reloads from cash not fromt he server


and
i have to reload the page manually to see the new posts, any tricks to


load
the page from the server instead ???
thank you



email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida