Tag: ajax first application
Ajax First Program With Explanation
by  Java4s | 57 Comments
  [ Ask Question ]
Let us see first ajax program.., so that i can explain the inner concepts practically 🙂 Files used… Firstprogram.html java4s.txt <html> <head> <script type=”text/javascript”> function fun1() { var a; if (window.XMLHttpRequest) {// If the browser if IE7+FirefoxChromeOperaSafari a=new XMLHttpRequest();…