Thanks for the message.

Now I'll show you how new I am at this stuff.   :-)

How do I update the headers. Apparently this is done from the server
side.

Do I need to do something with the load function, (I know you said I
could add a random query statement to the URL in the load), but
obviously that's not updating the headers.

Do I have to do something with the HTML page itself that I am
loading.

I am confused because it seems like the HTTP headers and between the
load and the HTML page.

Thanks again for your help.


Stever


On Oct 21, 1:01 pm, Bil Corry <[EMAIL PROTECTED]> wrote:
> Stever wrote on 10/21/2008 11:34 AM:
>
> > Apparently this file is saved in the cache, how do I make sure
> > everytime I click on the tool button I get the latest page?
>
> Via the headers, have the page expire in the past and set the cache-control 
> headers to no-cache:
>
>         Expires: Thu, 11 Jun 1998 13:17:30 GMT
>         Cache-Control: no-store, no-cache, must-revalidate, no-transform, 
> max-age=0, post-check=0, pre-check=0
>         Pragma: no-cache
>
> Some people instead choose to make the URL dynamic by appending a random 
> query string using the current milliseconds (or something similar).  I don't 
> use that method, so maybe someone who does it that way can respond.
>
> - Bil

Reply via email to