anushka Posted March 27, 2008 Share Posted March 27, 2008 HI i am having a text feild and password has input type.Wen we submit the form it w'l go to another page,If i use the back button in browser the password feild will disappaer and i want to clear the text feild also .what function can i use Can Any one help me Link to comment https://forums.phpfreaks.com/topic/98122-how-to-make-text-feild-to-disappear-when-back-button-is-used-in-browser/ Share on other sites More sharing options...
Cep Posted March 27, 2008 Share Posted March 27, 2008 If you are submitting a form, pressing back will result in a warning about re-posting data back to the server. What you should be doing rather then encouraging users to use the "back" button is to redirect them back to the page automatically after whatever process you have done with the submitted form data. To redirect you would need to use header() function. Link to comment https://forums.phpfreaks.com/topic/98122-how-to-make-text-feild-to-disappear-when-back-button-is-used-in-browser/#findComment-501991 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.