Sunday, September 29, 2013

Getting HTML-code from a source using javascript part 2

This depends on how the JavaScript manipulates the HTML.. Thus it could be hard, as long as you don't dive into it really deep.


The first step would be using a HTML debugging tool like the F12 developer tools in IE. Or FireBug in FF. Activate the tool and select the "innerpage" in your browser. This is basically all you can get with simple methods (innerHTML).


No comments:

Post a Comment