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…