i was loading a url content in an iframe. so now the url information are automatically downloaded in to users temp folder. i have already used the below code:
<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">
how to avoid caching for all browsers? how to avoid url caching when it is loaded in iframe?
need ur suggestions with examples..