Force a refresh/reload of the page when the user navigates “back”?

I think that theyt have some page in between. So a page does a header redirect, if the user comes from a specific page but shows a message, if the user pressed back on the target page.

Let's name the page that you want to refresh "MainPage". Let's say the user goes from page A to MainPage through a submission, then go to page B. If the user goes back to MainPage, the "resubmit" popup will appear.

Otherwise, the browser will get the page from the cache. Now, adding the "meta" tags that you list should force the browser to refresh the page and not load it from the cache. But the "resubmit popup" only appears when the user goes to a page that was generated through submission.

The white screen you're describing is due to an HTTP form POST between pages, not just a straight forward link. The browser is asking whether you want to re-post the entire request. So you could use a tag with method="post".

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions