Thread: Jsp with Ajax
View Single Post
  #1 (permalink)  
Old 05-28-2008, 11:11 AM
sundarjothi sundarjothi is offline
Member
 
Join Date: Apr 2008
Location: villupuram
Posts: 22
sundarjothi is on a distinguished road
Send a message via AIM to sundarjothi
Jsp with Ajax
Hi

I am looking ajax concepts with jsp pages.
Already i used ajax concepts jsp(for view) with servlet(for processing some task in back).

Now i need jsp page (for view) with jsp ( for database data processing in back).
Is it possible in ajax concepts.

Becoz
//xhr.open("GET","servlet name", true);
instead
can i use jsp page here
//xhr.open("GET","jsp name", true);

please help me.

regards,
sundar
Reply With Quote
Sponsored Links