Topic awaiting preservation: XMLHttpRequest() object emulation |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Cell 666 |
posted 05-20-2005 01:34
I've been doing a little reading on the XMLHttpRequest() object and I found this neato-keen script that emulates the object with IE, Gecko and Opera browsers. Of course, there is no emulation with Gecko browsers |
Maniac (V) Inmate From: Cell 666 |
posted 05-20-2005 21:37
... and here's an Ajax toolkit (Sajax) that looks pretty cool: http://www.modernmethod.com/sajax/ |
Bipolar (III) Inmate From: Phoenix |
posted 05-22-2005 02:36
Good thread, this one and the other one: |
Paranoid (IV) Inmate From: schillmania.com |
posted 05-26-2005 18:31
I think you may be able to put random stuff in the .open() method, which effectively means the request is different and won't be cached. Not positive on this, however. |