View rendered source in IE, Firefox and other browsers
November 18, 2009 22:53:33 Last update: November 18, 2009 22:56:17
The "View Source" function in browsers displays the HTML source as it is received from the server. It does not show the HTML source after the DOM structure has been altered by JavaScript. Sometimes you want to see the HTML source as it is currently rendered in the browser.
For Firefox:
For IE:
For all browsers without using any extensions or plugin:
For Firefox:
- Without using any extension:
select an area of the page, right click and select "View Selection Source" - Using Firebug:
- click the HTML tab
- double click the
bodytag to edit
- copy all text in the edit panel and paste to your favorite editor.
- click the HTML tab
- Using View Source Chart:
right click and select "View Source Chart"
For IE:
- Use View Rendered Source by Bill Friedrich:
right click and select "View Rendered Source"
For all browsers without using any extensions or plugin:
- View Source Bookmarklet
- JavaScript Executor bookmarklet:
- enter
document.body.innerHTMLin the input area and click "Execute".
- copy and paste the text in the results area to your favorite editor. But note that the HTML source includes that of the JavaScript Executor itself (at the bottom).
- enter
Easy email testing with http://www.ximailstop.com