hi ..
i want to avoid caching from all browsers.
i was used the below code in my page:
meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"
META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"
META HTTP-EQUIV="Pragma" CONTENT="no-cache"
META HTTP-EQUIV="Expires" CONTENT="0"
but in IE it is working. but in mozilla it is not working.
how to avoid cache in all browsers and specially for mozilla8 and its higher versions.
need ur suggestions with examples.
regards
gopal.s