Hi, i just registered 30 minutes ago, so i'm quite new to the forum.
I hope someone will be able to help me with my newbie problem hehe!
On my page i have 1 input box, 1 independant dropdown list, and 2 dependant dropdown list.
I got the 2 dependant dropdown list to work, but each time i switch the first one, the page is refreshing, and it's a problem because all the text in the input box dissapear and i have to reselect the selection in the independant dropdown list.
All the infos of the dropdown list are selected from 3 mysql table.
table for the independant dropdown list is : tbl_region(id_region, region)
table for the first dependant dropdown list is : tbl_category(id_category,category)
table for the second dependant dropdown list is : tbl_subcategoy(id_subcategory,id_category,subcategory).
The forms are in a table and look like that:
Name - (the input box)
Regon - (independant dropdown list)
Category - (first dependant dropdown list)
SubCategory - (Second dependant drop down list)
I saw some demo using something called AJAX while searching on google. I tried some of them and i was not able to make them work(I'm using XAMPP). I hope it's simple for you guys hehe! If you have questions, just ask me!