thendal
Programmer
- Aug 23, 2000
- 284
Hi all!
When users clicks the back button,Is there any way we can may the page to reload it again ,That is distroying the cache.and requesting a new page to the server.
I have added the following meta tags in the page but still its not working
<META http-equiv="Pragma" content="no-cache">
<META HTTP-EQUIV="Cache-Control" content="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
and also how to implement page reload()
when users cliks the back button in the browser.
Thanx
When users clicks the back button,Is there any way we can may the page to reload it again ,That is distroying the cache.and requesting a new page to the server.
I have added the following meta tags in the page but still its not working
<META http-equiv="Pragma" content="no-cache">
<META HTTP-EQUIV="Cache-Control" content="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
and also how to implement page reload()
when users cliks the back button in the browser.
Thanx