I am trying to figure out how I can copy the full page source, I have been trying to do it with clone() but not everything is copied and I need to be able to create a full html source code clone from the doctype down to the closing html tag is this possible?
I have tried clone('html') but that is null, if not possible is there any other way using javascript besides going to see the source and copying it?



Reply With Quote




Bookmarks