Web views not refreshed with document added

I’m using as my internet browser. Im my web application, I add a document over the web. Later I check the same in the web view, the document does not show. But if (internet browser) I do tools–> internet option → delete files (temporary internet files) and do a refresh. And then check the web view I see the document.Is there a way my view could be refereshed without the user having to do the above procedure.

Thanks

Satyajit

Subject: Add a random number to the URL

Your Form probably has a $$Return field that contains a URL to re-open the view after the user saves his document. Modify this URL so that the browser gets a refreshed version of the view from Domino. To do this, append a random number to the end of the URL.

Example:

Your current URL:

“[/…/myview?OpenView]”

Modified:

tmp:=@Text(@Random);

“[/…/myview?OpenView&R=”+tmp+“]”

Subject: RE: Add a random number to the URL

I’m using the IE browser. I have checked the setting - check for newer version, on every visit to the web page.

Thanks!! Lawrence for the solution. I tried it, but does not refresh the view with the recently added notes document.

Is there an alternative solution ? Any ideas Please… the users will go crazy if they have to do delete files (temporary files) on the browser for every notes document they add over the web.

Subject: RE: Add a random number to the URL

I assure that this method works; Domino re-sends the view because its URL has changed. And you can leave the browser’s Check for Newer Versions at “Automatic”.

Subject: re:web views not refreshed with document added

Did you rereshed the browser after adding tha docunment.I think we have to refresh manually after creating document