Login
Forgot your password?
JavaMad logo
Popular Questions
Ajax Interview Questions
 
Hi
i just started Ajax. so anybody has any materials or useful link that will help me pls send to me. u can reach me through java mad or gyana.nk@gmail.com.

December 15 2011
 
You can start with small small programs from w3school web site. http://www.w3schools.com/ajax/default.asp

And then try to write your ajax code with Jquery.
Because you have to write less code for ajax, if you are using jquery.

December 15 2011
 
i want to populate the data on welcom page ? before calling any action class using struts

Any one can help me please?

December 06 2011
 
if you know the jquery you can use the below code

$(document).ready(function() {
$('#div_id').load('/abc.jsp');

});

December 06 2011
 
Hello Sir,,U can use java script for that on load of your welcome page call a java script function and from that call another jsp page which consist the code for database connection and also fetch required details for you and the redirect that jsp to welcome page and then u can show ur data on welcome page

December 06 2011
 
is AJAX code cross browser compatible?

August 07 2011
 
How can we send an image using AJAX?

August 07 2011
 
its core AJAX call

August 07 2011
 
Are you using some Client side framework like dojo,extJS etc or it is a core AJAX call?

August 07 2011
 
Ads