Force to run cached HTML pages

Hrvoje

New Member
I have several html-php pages running on the server.I use the ff. to traverse and loop around the pages\[code\]<meta http-equiv="refresh" content="5; url=../page2.html" />\[/code\]However, I have several client side stations requesting for the pages everytime.Can I force their IE9 to load cached pages instead to prevent them to request for the pages again from the server.Note: I successfully loaded the pages from the client side after I loaded the pages first time and turned off the network connection. However the pages only loads properly when I directly enter the URL (e.g. "http://site.page1.html") but when the\[code\]<meta http-equiv="refresh" content="5; url=../page2.html" />\[/code\]kicks in, the browser cannot load the page anymore.
 
Back
Top