Force a link to open from the server rather than browser’s cache

I have a view that opens the documents in an iframe on web. I can open, edit and save a documents but the problem is if you changed the document and open it again in the same session, it doesn’t show the saved data because the browser cached the previous document. How can I resolve this, except by manually disabling browser’s cache?

Thanks

Basir

Subject: Force a link to open from the server rather than browser’s cache

Add the following to your HTML header for that form.

Subject: RE: Force a link to open from the server rather than browser’s cache

Thanks Andrew, this worked great