This is a discussion on Fixing AJAX: XMLHttpRequest Considered Harmful within the AJAX Articles forums, part of the Beginners AJAX category; AJAX applications wouldn't be possible (or, at least, wouldn't be nearly as cool) without the XMLHttpRequest object that lets your JavaScript application make GET, POST, and other types of HTTP ...
|
|||||||
|
|
#1 (permalink) |
|
Member
Join Date: Nov 2006
Posts: 39
Rep Power: 0 ![]() |
Fixing AJAX: XMLHttpRequest Considered Harmful
AJAX applications wouldn't be possible (or, at least, wouldn't be nearly as cool) without the XMLHttpRequest object that lets your JavaScript application make GET, POST, and other types of HTTP requests from within the confines of a web browser. All of the most interesting AJAX applications that have appeared in the past couple of years use the XMLHttpRequest object extensively to give users a responsive in-browser experience without the messiness of traditional HTML forms posting. more....
|
|
|
|
| Sponsored Links | |
![]() |
| Bookmarks |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fixing the Back Button and Enabling Bookmarking for AJAX Apps | megabyte | AJAX Articles | 1 | 08-01-2008 07:09 PM |
| Creating the XMLHTTPRequest | javarunner | AJAX Questions | 1 | 05-23-2008 02:11 PM |
| XMLHttpRequest - Security Bypass | prabhu | AJAX Articles | 0 | 12-23-2006 06:07 AM |
| Fixing the Back Button and Enabling Bookmarking for AJAX Apps | Ajaxking | AJAX Articles | 0 | 12-11-2006 03:07 AM |