Easiest way to retrieve cross-browser XmlHttpRequest
Posted
by HeavyWave
on Stack Overflow
See other posts from Stack Overflow
or by HeavyWave
Published on 2010-03-31T23:43:13Z
Indexed on
2010/03/31
23:53 UTC
Read the original article
Hit count: 288
AJAX
|cross-browser
What is the easiest and safest way to retrieve XmlHttpRequest object that works across all browsers? Without any extra libraries. Is there a code snippet you use often?
P.S. I know there are tons of examples on the net, but this is precisely the reason I am asking: there are too many different examples, and I just want something simple and proven to work.
© Stack Overflow or respective owner