cache is not clearing in IE6

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
kishanprasad
Forum Newbie
Posts: 16
Joined: Mon Feb 25, 2008 5:20 pm

cache is not clearing in IE6

Post by kishanprasad »

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>>>>
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: cache is not clearing in IE6

Post by jaoudestudios »

I know this does not help but...drop support for IE6 http://www.jaoudestudios.com/blog/details/id/6.

IE is already out!
Post Reply