Tag: ajax hello world
What is Ajax, Introduction to Ajax
by  java4s | 5 Comments
  [ Ask Question ]
Ajax is not a programming language, its the script. Ajax means, Asynchronous java script and xml, and this is the type of programming made popular in 2005 by Google suggest [Google search, while we are typing some thing in…
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();…