I need to capture the <select> value and use it in a MySQL query to retrieve data to populate text fields prior to Insert. I have read up on the dynamic list/menu but I don't know how to retrieve the value without refreshing the page. I think I need Jque
I have read up on the dynamic list/menu but I don't know how to retrieve the value without refreshing the page. I think I need Jquery and I see the webassist folder has jquery, but how do I use jquery to capture the selected value into a variable that I can then use in my query?


you shouldn't need to query the database on form submit, can you provide more details on what you are trying to accomplish, there is probably a better way. 
