LotusScript web agente cache

Someone had this problem?I have a web agent in LotusScript called via java script that creates a new document and display it in a window pop-up (by url “ID_documento?EditDodument”). But when it runs for the second time it always presents the first document created, i.e. it’s considering always the same previous ID document. This is because the configuration of IE related “check for newer versions of stored pages” is marked with the “never”, however there is no way to verify if this option is set, via java script or anything else, to block the implementation of the agent.

What I know is that the agent is keeping the cache of the previous run and if the option “Never” is changed to any other option, this problem stopped.

Thank’s for any help…

Subject: Also

You could also manipulate the Response headre for Caching. That the URL is automatically out of date for caching so that the next request will be always a 200 request and not a 304

Hope this helps also

Subject: an example

Please,give me an example…

thank’s