Hello Ajith,
Here is an easy way to pass information from javascript to jsp. Like other answers, you need to do it going from one page to another. I do this by passing it through the URL. Then in the next page I get it with a:
request.getParameter("variable");
this javascript...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.