posted 20 years ago
I have a JSP that includes the following javascript functions to generate a swap list. The Options are 2 collections, hostList and targetHostList which are retrieved from a database on the server and loaded into the request session. The User makes selections and these selecteds are stored in Global Javascript variable selectedOptions. How can I make the javascript variable selectedOptions accessable to the Servlet when it is posted?
Here is the code which I am trying to accomplish this with:
(Java Script Swap List):
Your assistance is greatly appreciated