how to store value from servlet to java script variable
jack dsuza
Greenhorn
Joined: Feb 10, 2012
Posts: 1
posted
0
i have created a one java script file in that i have written a html code in boilerplate variable and ajax to call servlet .
in java servlet i have written a code for select query as to select data from database table and store tihs value in resultset
i want to store this resultset value in to javascript variable.
how i store it ???
eg:-suppose i have table with firstname and Lastname fields and if i retrive this column in java servlet then i want this two column value to save/store in a java script variable on java script file
like var fname=???
var lname=???
Bear Bibeault
Author and opinionated walrus
Marshal