All,
I have a javascript page that loads two listboxes. The problem is that when a user makes a selection the javascript sends him to the page he selected. Once he wants to go back by using the back button, Explorer does not load the page again from the server, but it is actually bringing parts of it that it had cached. I want explorer to load from the server like netscape is doing.
I know there is a code that will automatically load the page, but the code that I know is timed and will only refresh the page after a number of seconds. I have this:
<meta http-equiv="refresh
content="10;
Does anyone know how to use a code like this or any other code to make explorer not cache to page but actually load it from the server like netscape does?
I would greatly appreciate any help,
Daniel [sig][/sig]
I have a javascript page that loads two listboxes. The problem is that when a user makes a selection the javascript sends him to the page he selected. Once he wants to go back by using the back button, Explorer does not load the page again from the server, but it is actually bringing parts of it that it had cached. I want explorer to load from the server like netscape is doing.
I know there is a code that will automatically load the page, but the code that I know is timed and will only refresh the page after a number of seconds. I have this:
<meta http-equiv="refresh
content="10;
Does anyone know how to use a code like this or any other code to make explorer not cache to page but actually load it from the server like netscape does?
I would greatly appreciate any help,
Daniel [sig][/sig]