CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   HTML Combo Box (http://www.codingforums.com/showthread.php?t=274126)

mdyusufali786 09-25-2012 10:10 AM

HTML Combo Box
 
I have two combo boxes in my JSP page named combo1 and combo2. I have a table in mysql called ZoneData. In this table there are two columns called zone and subzone. When the web page loads I want that zone names is read from ZoneData table and stored in combo1. This is working for me. Second, When I select a zone from combo1 all subzone names for that selected zone should be fetched from table and stored it in combo2. I am unable to do this.

Please help!!

VIPStephan 09-25-2012 10:24 AM

I suppose this is more a JSP/MySQL problem, nothing that you can influence with HTML (except if the code for the combo box is wrong). But in any case, we can’t help without seeing your code.


All times are GMT +1. The time now is 08:59 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.