| Author |
javascript not giving the desired output.Please help.
|
puja shaw
Ranch Hand
Joined: Nov 06, 2012
Posts: 32
|
|
I am able to run the below given servlet program which includes javascript.
Expected Output: the hidden variable value should be shown in the drop down list in the next page.
Problem:I am not getting any syntax errors but i am not getting the desired output.i.e the value in the hidden field is not getting displayed in the drop down list.
Kindly help me out with the program.
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 1196
|
|
Puja
First of all put your code inside code tags, it become easier to read. Its not a good approach to generate html script from servlet. Servlet serves the purpose of a controller. You should use jsp for your view/presentation part.
|
Swastik
|
 |
 |
|
|
subject: javascript not giving the desired output.Please help.
|
|
|