I have a jsp page
these are three formfields
itemsr : --it is a combobox
itemtype : --textfield
itemname : --textfield
to itemsr i have to populate from itemtable(datab ase mysql) and by on change event when the option is changed in itemsr the corresponding itemtype and itemname from the itemtable should be displayed inside the textfield.
I want detail code of it
these are three formfields
itemsr : --it is a combobox
itemtype : --textfield
itemname : --textfield
to itemsr i have to populate from itemtable(datab ase mysql) and by on change event when the option is changed in itemsr the corresponding itemtype and itemname from the itemtable should be displayed inside the textfield.
I want detail code of it
Comment