Is there a javascript script that returns the current html of the window? I mean the content of the webinspector or Firebug html tab.
Thanks in advance
|
Is there a javascript script that returns the current html of the window? I mean the content of the webinspector or Firebug html tab. Thanks in advance |
|||||||
|
|
Yes -- this has been discussed previously here on StackOverflow: Get entire document HTML as string In short,
|
|||||||||||||
|
|
try this example, it is useful for you
|
|||
|
|