View Single Post
Join Date: Sep 2006
Posts: 4
Reputation: vijaysdon is an unknown quantity at this point 
Solved Threads: 0
vijaysdon's Avatar
vijaysdon vijaysdon is offline Offline
Newbie Poster

Passing variable value from javascript to jsp page at run time

 
0
  #1
Sep 16th, 2006
How can we pass the variable value from javascript to jsp page at runtime? I am getting this problem when i want to display the second drop down box according to the selected item in the first drop down.
For ex: Lets consider we have a drop down field named Gender(Male,Female).
If we select Male then the next Drop Down has to be shown as (Kumar, Mr,...)
Reply With Quote