cache is not clearing in IE6
Posted: Fri Jun 19, 2009 12:26 am
hi,
in my page i have a text box , i will enter some text clicks on submit now it navigates to the same page,now when i click on back nutton the prev entered text is staying back on the text field...
inorder to remove this i have added the following code
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="EXPIRES" CONTENT="-1">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
</head>
the cache is clearing in mozilla but in IE still the text is showing ..
how to resolve this>>>>
in my page i have a text box , i will enter some text clicks on submit now it navigates to the same page,now when i click on back nutton the prev entered text is staying back on the text field...
inorder to remove this i have added the following code
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="EXPIRES" CONTENT="-1">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
</head>
the cache is clearing in mozilla but in IE still the text is showing ..
how to resolve this>>>>