What's the easiest way to grab the content of a html page, then print it to the current page, using javascript? EG index.html has javascript that grabs the contents of blah.php and displays it. Thanks
Is blah.php on the same site? If not, you won't be able to do this with javascript, since browsers prevent cross-site scripting. See http://forums.digitalpoint.com/showthread.php?t=502702.