i am trying to export the innerHTML from a FrameSet to excel (.xlsx). Is there a way für JavaScript like "this.document.getElementById('completeFrameSet').InnerHTML" ?
<frameset onLoad="init()" onResize="balken()" framespacing="0" frameborder="0" cols="286,*" id="completeFrameSet">
<frameset id="links" rows="32,*">
<frame marginheight="0" marginwidth="0" scrolling="no" name="obLi" src="content_LeftTop.php >
<frame marginheight="0" marginwidth="0" scrolling="no" name="untLi" src="content_LeftBottom.php">
</frameset>
<frameset id="rechts" rows="32,*">
<frameset id="oben" cols="*,13">
<frame marginheight="0" marginwidth="0" scrolling="no" name="obRe" src="content_RightTop.php">
<frame scrolling="no" src="leer.html">
</frameset>
<frame marginheight="0" marginwidth="0" scrolling="auto" name="untRe" src="content_RightBottom.php">
</frameset>
</frameset>
Greets, Kevin