Jump to content

cache is not clearing in IE6


kishan

Recommended Posts

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>>>>

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/162869-cache-is-not-clearing-in-ie6/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.