astupiduser Posted March 20, 2010 Share Posted March 20, 2010 Hi everybody, I need a back button which remembers the data the user has inserted into my form, i.e. when you click on it and go back to the previous page, you see what you have inserted. Does anyone has an idea how this works? Cheers, astupiduser Quote Link to comment Share on other sites More sharing options...
haku Posted March 20, 2010 Share Posted March 20, 2010 This is a browser setting, not something you can change yourself. You can try to play around with cookies to do something, but it's never going to work that well. Quote Link to comment Share on other sites More sharing options...
Ruzzas Posted March 20, 2010 Share Posted March 20, 2010 If a user has posted the form it should save it when you click back. Quote Link to comment Share on other sites More sharing options...
astupiduser Posted March 20, 2010 Author Share Posted March 20, 2010 At the moment my button looks like this: <form><input type=button value='Back' onClick='history.go(-1)'></form> So when I click on it, I see the blank form without the entries of my user. Is there a way to make my button remember them? 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.