Load html document in javascript from text

Posted by QAH on Stack Overflow See other posts from Stack Overflow or by QAH
Published on 2010-04-08T07:47:04Z Indexed on 2010/04/08 7:53 UTC
Read the original article Hit count: 431

Filed under:
|
|
|
|

Hello everyone! Is it possible to load an html document into a DOM javascript object so that you can read the elements in the document? For example, if I have a file on the server Test.html. Can the page Hello.html call javascript code to load Test.html into a DOM object?

Please let me know.

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about load