Re: How to assign the value of JavaScript string variable to JSP String variable.
Posted By:
rajeev_kumar
Posted On:
Friday, September 13, 2002 06:20 AM
No , you cannot do that, since the server side..code will executed first..so u can assingn the server side value to the javascript variable but not other way round, what u can do is u have assign the javascrip var value to some hidden variable and submit the form so that it availabe to the server for some further processing.
Hope This Helps