Re: Cache javascript source
"Rob Parsons" <iecustomizer@hotmail.com> wrote in
news:O1076r58FHA.1140@tk2msftngp13.phx.gbl:
> Hi Andrew,
>
> Sorry for the delay. I am not sure if this will do the trick. I sorta
> don't understand exactly how you are using js to write the results out
> (document.write?)
>
> But you may try the nocache header
>
> <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
>
> The only other thing I can think of is to use a unique document.title
> for each result set.
>
>
>
>
>
Thanks for your reply.
I am using PHP to write the result sets to a file, then including and
using the file with javascript. I tried
<META HTTP-EQUIV="expires" CONTENT="-1">
but that seems to have no effect on this problem. I saw the one you
mentioned as well and I will try it and get back.
Andrew
|