开发者

View real HTML source in browser

I lookong for some IE or Firefox extensi开发者_高级运维on, which allows to browse html source, corresponding to data, shown in browser window right now.

I have large web application with alot of code, generated by JavaScript. I need to extract real HTML code, which I see in browser window right now (View source function shows only code loaded from server, not generated by JS). Most of JavaScript debuggers can show DOM model from browser memory, but I'am need something more friendly, like printable HTML. Does anybody know tools or plugins for IE (preferred) or Firefox?


Firefox's Web Developer extension will allow you to do this. After you install it, just select View Source->View Generated Source.


FireBug for Firefox will display the HTML corresponding to what you see in the browser window right now (that is including any modifications made in JavaScript).


You can use javascript:document.write("<xmp>"+document.documentElement.innerHTML+"</xmp>"); in IE to view the generated source. Paste the above and execute in address bar of IE.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜