On Wed, Jun 16, 2010 at 16:48, Phill Coxon <[email protected]> wrote: > This may be a pretty obvious question but I haven't figured it out. > > I want to save the source code for a web page that includes the final > HTML output from javascript functions being called. > > If I use "View Source" in firefox it simply shows the javascript > function, not the HTML output created by that function. > > Is there an easy way (firefox plugin perhaps?) to capture the entire > HTML output for the page including what is generated by javascript?
In firefox you can highlight a chunk of the page and View Selection Source That gives the rendered output instead of the page source. -- Regards Gold Evolved Development +64 21 248-4653 http://evolved.net.nz/ [email protected] -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
