Tuesday, May 22, 2007

Migrating XMLDocument to XMLHttpRequest aka web 2.0

on

after function handleResponse() {}
request.responseXML in firefox returns emply
the request.responseText does bring something...

I am ditching xmlDocument in favor of xmlhttprequest

i will keep things updated.

Update: 5.24.2007
There may not be an unified xmlhttprequest handler.

node1.firstChild.nodeType
on IE: returns 1
on Firefox, returns 3

No comments: