I have been searching all over the place for a good full explanation of
what can be passed back and forth using the XMLHttpRequest Object.
That site has a good intro on what it can do to receive one piece of
information back. However is it possible to pass more? This object is
supposed to be able to pass a full DOM tree, but I haven't found any specs
on what the tree should be sent as from the server or how to parse it
after I receive it.
what can be passed back and forth using the XMLHttpRequest Object.
That site has a good intro on what it can do to receive one piece of
information back. However is it possible to pass more? This object is
supposed to be able to pass a full DOM tree, but I haven't found any specs
on what the tree should be sent as from the server or how to parse it
after I receive it.
Comment