I know all the HEADER or META type codes to force (or at least encourage) browsers to refresh data.
Is there an OPPOSITE type of code to force browsers to use a cached page?
I have a very large javascript file called menu.js that controls -- menuing. My php page includes <script type=text/javascript src=menu.js>
Even though my headers include code like 'pragma no-cache', etc.,
IE for PC appears to load this file once, and then use the cached version thereafter. If I make a change to menu.js, I have to manually refresh the page to see the changed menu action. THIS IS OK, in fact what I want, because the file changes little if ever.
IE for the Mac, on the other hand, loads this whole file each time, and takes LONGER to do it each time.
How can I FORCE Mac IE to cache the file and read from the cached file?
Thanks.