Hi I currently have a popup, and when the user its the back button I need the page to reload. It works in standard browsers but won't work in Opera browser.
I currently have it set to.
<meta http-equiv="expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<html>
...
Is their anything else I can try, so it wont cache the page.
I currently have it set to.
<meta http-equiv="expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<html>
...
Is their anything else I can try, so it wont cache the page.