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