Using XMLHttpRequest ??
Posted
by Rohan
on Stack Overflow
See other posts from Stack Overflow
or by Rohan
Published on 2010-06-14T16:22:13Z
Indexed on
2010/06/14
16:32 UTC
Read the original article
Hit count: 162
JavaScript
|xmlhttprequest
Hey
I'd like to know how to use XMLHttpRequest to load the content of a remote URL and have the HTML of the accessed site stored in a JS variable.
Say, if I wanted to load and alert() the HTML of http://foo.com/bar.php, how would I do that?
Thanks!
© Stack Overflow or respective owner