|
Thanks for this helpful tip. Especially good to know that XMLHttpRequest is part of a public standard.
But you still have to do branching code when you *use* the XMLHttpRequest object, right? E.g. looking at the sample code in the article, req.send() apparently takes no argument in IE but takes a "null" argument in other browsers?
I guess you could handle this by writing more js helper functions.
|