I have a java agent which monitors a web site for changes. It uses getDocumentByURL and then parses the HTML in the returned document, saving the document for reference. However, whatever values I use in the reload and relifmod arguments the document returned contains the original HTML from the first time it was loaded. The only way I can get the current version of the page is to delete it from my database. There was some discussion of this in the Notes 5 forum but no resolution. Any ideas? Is it a Windows/IE setting thing?