I need to be able to copy the current webpage into a new popup window for a print preview. There is a grid on the page with children, so if they expand one of the rows to see the child rows, I need to show this in the new window.
Is this possible?
I currently have the popup window open up the same page, but all none of the rows are expanded.
Perhaps this does the trick (in IE and Firefox, not in Opera. Don’t know about WebKit):
(Note the difference between
window.open()anddocument.open()!)However, you will lose all custom DOM thingies, like event handlers and so on. Nonetheless, it might work if you just want to copy ‘n paste your HTML.