Hi, I am working on a application where I am retrieving some values in a javascript function. I want to pass these values to a scriptlet code. (Doing all this in a JSP page) Any ideas on how this can be done??? Thanks in Advance John:
Hi, I am working on a application where I am retrieving some values in a javascript function. I want to pass these values to a scriptlet code. (Doing all this in a JSP page) Any ideas on how this can be done??? Thanks in Advance John:
In scriptlet program,you don't get the retrieving value. you can set the retrieving value to a html tag element dynamically.then in process page,you can get this value. so that... You are the best!Me too!