.
This commit is contained in:
parent
971db6c6a7
commit
1d4df19e43
@ -1,6 +1,6 @@
|
||||
<head>
|
||||
<script>
|
||||
var docframe = document.getElementById("docFrame").contentWindow.document;
|
||||
var docframe = document.getElementById("docFrame").contentWindow.document.body;
|
||||
var targetContent = docframe.querySelector(".file-view");
|
||||
console.log(docframe);
|
||||
docframe.getElementsByTagName('body')[0].innerHTML = targetContent.innerHTML;
|
||||
|
Loading…
x
Reference in New Issue
Block a user