Can I use jquery together with servlet to access my database(Database: MYSQL)?
Actually I have built a HTML page and embedded that HTML file to servlet. Now I want to know, how can I access my database against event generated on HTML page. For example, I have two ComboBox, viz. State and City. When user selects any "state"(any item) then corresponding cities gets automatically loaded in next ComboBox("State"), from/uing database. How to achieve this?
Actually I have built a HTML page and embedded that HTML file to servlet. Now I want to know, how can I access my database against event generated on HTML page. For example, I have two ComboBox, viz. State and City. When user selects any "state"(any item) then corresponding cities gets automatically loaded in next ComboBox("State"), from/uing database. How to achieve this?