Closed Thread Icon

Topic awaiting preservation: XMLHttpRequest() object emulation (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=25821" title="Pages that link to Topic awaiting preservation: XMLHttpRequest() object emulation (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: XMLHttpRequest() object emulation <span class="small">(Page 1 of 1)</span>\

 
synax
Maniac (V) Inmate

From: Cell 666
Insane since: Mar 2002

posted 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

http://www.scss.com.au/family/andrew/webdesign/xmlhttprequest/

synax
Maniac (V) Inmate

From: Cell 666
Insane since: Mar 2002

posted posted 05-20-2005 21:37

... and here's an Ajax toolkit (Sajax) that looks pretty cool: http://www.modernmethod.com/sajax/

Karl
Bipolar (III) Inmate

From: Phoenix
Insane since: Jul 2001

posted posted 05-22-2005 02:36

Good thread, this one and the other one:
http://www.ozoneasylum.com/25798

I'm having trouble with caching. I am performing a client side xslt transformation. When I change the stylesheet then click the "get lastname" link the changes made to the stylesheet do not appear right away. I force a browser (IE) refresh with SHIFT + Toolbar_Refresh_button, but I do not see the changes still. I have to navigate away from the page, then back and refresh etc... before the changes take effect.

Is there a better way to force the issue of NOT Caching?

Karl

Scott
Paranoid (IV) Inmate

From: schillmania.com
Insane since: Jul 2002

posted 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.

(Edited by Scott on 05-26-2005 18:32)

« BackwardsOnwards »

Show Forum Drop Down Menu