kishan Posted June 19, 2009 Share Posted June 19, 2009 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>>>> Quote Link to comment Share on other sites More sharing options...
haku Posted June 19, 2009 Share Posted June 19, 2009 The cache those tags address won't do anything. This is purely a browser setting - IE saves the data, firefox doesn't. You will probably have to clear the data with javascript. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.