Now days, AJAX playing great role in web development. All of the web sites are done on the basis of AJAX because this technique makes internet applications smaller, faster and more user-friendly. Most of the students and initial web developers are trying to learn AJAX, while they started to learn, by seeing AJAX coding, they [...]
Archive for the ‘AJAX’ Category
July 5th, 2009
Easy AJAX implementation into your websites
Posted in AJAX
Tags: "ajax.php?passvalue="+ajaxval, AJAX playing great role in web development. All of the web sites are done on the basis of AJAX because this technique makes internet applications smaller, by seeing AJAX coding, faster and more user-friendly. Most of the students and initial web developers are trying to learn AJAX, for them, it will be more useful to implement in easy way and they can understand what is happening inside AJAX code. Have a nice start in AJAX. Coding as follows, No run this coding, Now days, Paste this java script in header section of your file and save it as “index.php” var http = false; if(navigator.appName == "Microsoft Internet Explorer") { http = new ActiveXObject("Microsoft, place below coding to give input and to get output. And then create a file called “ajax.php” in same directory (where u have placed index.php file). And then paste this coding on that file, So, they are off due to very huge coding and little bit non understanding etc., true); http.onreadystatechange=function() { if(http.readyState == 4) { document.getElementById('output').innerHTML = http.responseText; } } http.send(null); } In body sectio, U got the answer., while they started to learn
No Comments »
Page 1 of 11


