Is it possible that javascript drop down menus doesn't put anything on the local computer?
Return to Recent Questions
Q:
Should it possible to make a meta tag (or script) so the
menu don't put anything on the local computer?
A:
If you don't want the page will be cached, try to use standard html
tags, for example:
<META http-equiv=Cache-Control content="no-cache, must-revalidate">
<META http-equiv=Pragma content=no-cache>
See more in a HTML manual.
Return to Recent Questions
|