Could some one please tell me what I am doing wrong. It seems that every
time I update or change a page on my web site, users must click the refesh
button in the browser two - five time before the see the changes. Could some
one please tell me how to fix this? Is the a way to ensure the users gets
the current page no matter how they have the browser set?

Jim

Re: Refesh Web Page by David

David
Wed Nov 01 20:07:50 CST 2006

Switch to Code View and under the <head> tag add

<meta http-equiv="Pragma" content="no-cache">

Here's a little explanation
http://www.stormpages.com/support/article-219-31.html



"hrider1@comcast.net" <hrider1comcastnet@discussions.microsoft.com> wrote in
message news:D2C1796E-81B1-4C8C-B95F-01D456D96490@microsoft.com...
> Could some one please tell me what I am doing wrong. It seems that every
> time I update or change a page on my web site, users must click the refesh
> button in the browser two - five time before the see the changes. Could
> some
> one please tell me how to fix this? Is the a way to ensure the users gets
> the current page no matter how they have the browser set?
>
> Jim