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 Quote Link to comment 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. Quote Link to comment 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, 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.