ilikephp Posted June 21, 2010 Share Posted June 21, 2010 Hi, I have a php form; When the user clicks on the submit button the form will be submitted, BUT if he press the back button, all the info in the field will be redisplayed :S How can they be cleared? Thank you, Quote Link to comment Share on other sites More sharing options...
haku Posted June 21, 2010 Share Posted June 21, 2010 It depends on the browser. Some clear it, some don't. You can use javascript to clear the data on submit. Quote Link to comment Share on other sites More sharing options...
Ruzzas Posted June 22, 2010 Share Posted June 22, 2010 Using a onload ajax or I believe theres an Javascript one too, Just reset the forms. Google some ways to this. 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.