How to dynamically get the DOM of a web page in Javascript

Posted by Bragaadeesh on Stack Overflow See other posts from Stack Overflow or by Bragaadeesh
Published on 2010-05-29T19:46:53Z Indexed on 2010/05/29 19:52 UTC
Read the original article Hit count: 228

Filed under:
|

Hi,

I would want to dynamically get the DOM structure (HTML source) of a web page. I want to do some manipulations with it later. Is this possible in javascript at all?

Thanks.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about dynamic