I have an html table from one window. I get the table by using
var table = document.getElementById(\'tableId\');
then I open another windo
Problem with above solution is that innerHTML and outerHTML is not supported in IE versions