Hai all,
I am developing an application which uses
Jsp,
Servlets, Javascript and Html. while developing the application the following problem occurs. i.e
BARCODE NAME COST QUANTITY TOTAL
The above all are select boxes. when we select the barcode the Name of the product of that barcode must be displayed in Name text box . For that I use javascript Onchange function. Which works fine for First row. But After Total I have another script that creates another row of text boxes. Here the actual problem starts. when I select the barcode of Second select box The OnChange function not working .
The entire code written in Jsp.
If any Solution I am very Thankful to You