Hi Java People,
I have one servlet , few JAVASCRIPTS, one JSP page.
First when I login some processing is done at back in servlet and some variables are set. after login i enter into main JSP page which contains some BUTTONS. On click of every button I have some JAVASCRIPT calling. Till this stage my work is running fine...........Problem starts now........ that I want to get values in JAVASCRIPT files, which are set in Servlet...........So just tell me how to get information fron there.....
waiting for reply.........
T