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. _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
