chrispols Posted September 4, 2006 Share Posted September 4, 2006 Hi everyone,Here's my issue. I have a form with normal data entry which inserts into a database. Quite simple stuff. On one of the pieces of the form, I have an "Onchange" event. Basically this is related to 3 drop down boxes which fetches information from my Dbase.The problem is that the drop down boxes, onchanging, reloads the page with page.php?cat=2&cat3=4 type of thing. When I click on the box and it reloads the page, all the information I have already filled out is taken out.Is there a way I can reload the page with keeping the information I have already filled out to stay?Thanks a lot,Chris Link to comment https://forums.phpfreaks.com/topic/19646-onreload-keep-form-data-how/ Share on other sites More sharing options...
ToonMariner Posted September 4, 2006 Share Posted September 4, 2006 HAve you considered ajax?That way you don't have to reload the whole page - you can just manipulate the html you need to. Link to comment https://forums.phpfreaks.com/topic/19646-onreload-keep-form-data-how/#findComment-85594 Share on other sites More sharing options...
chrispols Posted September 4, 2006 Author Share Posted September 4, 2006 Hi, for something as little as this, I dont' want to go and learn a whole new thing. it's 1 page I need to do this.Hmm.. must thing harder then.Thanks, Link to comment https://forums.phpfreaks.com/topic/19646-onreload-keep-form-data-how/#findComment-85663 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.