Link to home
Start Free TrialLog in
Avatar of boon86
boon86Flag for Malaysia

asked on

JSP: auto populate drop down select box

Hi there,

Is anyone here is has example of code for JSP, i found tons of them with PHP:

http://www.codingcereal.com/demo/index.php?m=jquery-autopopulate-select-dropdown-box
http://www.jensbits.com/2010/03/29/jquery-ui-autocomplete-widget-with-php-and-mysql/

i would like to use it on Jdev with oracle database, any one kind please share
some example for me.

thanks
ASKER CERTIFIED SOLUTION
Avatar of chaitu chaitu
chaitu chaitu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
url:  "get.jsp?count=" +str,
Avatar of boon86

ASKER

the example you provided is autocomplete for text box, i need drop down
<select name='item'  size='10' onchange="showState(this.value)">
<option value='1'>One</option>
<option value='2'>Two</option>
<option value='3'>Three</option>
<option value='4'>Four</option>
<option value='5'>Five</option>
<option value='5'>Six</option>
</select>

Open in new window

SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial