1 Comments
- jeichorn, on 10/12/2007, -0/+0There is also a dupe with more diggs, too bad digg doesn't have the ability to combine things.
http://digg.com/programming/Hands_On_Understanding_AJAX_2 -
Add a Comment
computerworld.com — Getting Started The foundation that makes AJAX possible is the communication layer with the server. The most complete option for performing this communication is the JavaScript XMLHttpRequest object. If XMLHttpRequest is not suitable to you, hidden IFrames and cookies can also be used. We will examine both options later in this article.