Hi all,
I am using ajax in my application, thing is that when i need to pass ajax response to another
jsp page.
Description:
I am calling a
servlet with an ajax request from login.jsp, which is returning a data in xml file. but i need to show this data in another jsp called employee.jsp page.
how can i proceed to get above requirement in ajax..
Thanks in advance..
Regards
SuneelKota