当前页面操作iframe

 

1.html

<iframe id=”ifc” frameborder=0 width=170 height=100 marginheight=0 marginwidth=0 scrolling=no src=”2.html” name=”if1″ ></iframe>

<script type=”text/javascript”>
var n=document.getElementById(“ifc”).contentWindow;
//n.document.body.Html(2222);
n.document.body.innerHTML=111;
alert(n.document.body.innerHTML);

</script>

 

2.html

<html>
<body>666666666666666666</body>
</html>

发表评论

您的电子邮箱地址不会被公开。

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据