You know how when you're in some type of online banking and you press back and you get a white screen with the text saying you have to do a resubmit on the page to do a complete refresh? I want to do that in one of my applications. How does one do it? I've tried the following meta tags, but it's not working:
<meta http-equiv=expires content=-1>
<meta http-equiv=Cache-Control CONTENT=no-cache>
<meta http-equiv=Pragma CONTENT=no-cache>