[Project_owners] Using XMLHttpRequest
Neil
neil at parkwaycc.co.uk
Fri Sep 7 16:02:34 PDT 2007
Guille Julian wrote:
> Yes, but I need to get some nodes of this page, and my problem is when
> parsing the .responseText I get an error in the page syntax
Again, web pages aren't XML, don't try to use XMLHttpRequest on them.
That said, Firefox 3 will have a component that parses the .responseText
into HTML, but you'll still get different HTML than what you get when
you load the page normally.
More information about the Project_owners
mailing list