vote up 2 vote down star

For design purposes, I want to copy the exact HTML that is created by some javascript after the page loads. Firebug shows me what's going on, of course, but I really just want some static text that I can copy and paste at will.

flag

4 Answers

vote up 6 vote down check

The "View Source" menu of the Web Developer Firefox Add-on offers the "View Generated Source" tool.

link|flag
"View Generated Source" is exactly what I was looking for! Thanks lance! – baxter Jun 5 at 18:19
If Web Developer could wear a cape, I'm convinced it would rescue people from falling buildings. – lance Jun 5 at 18:21
vote up 3 vote down

That can be done with the innerHTML or outerHTML properties. Or just in Firefox, select the part you want the source code from and select View Selection Source from the context menu.

link|flag
vote up 3 vote down

You can copy the HTML out of firebug (or the IE8 developer toolset) into your favourite text editor.

link|flag
vote up 0 vote down

you could also write a perl script with the Library mechanize.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.