猿问
在iframe1中如何获得iframe2的引用
在框架中点击iframe1中的链接,要改变iframe2中的内容!改怎么做?最好有代码!
有只小跳蛙
浏览 289
回答 2
2回答
哔哔one
a.html: <html><body><script type="text/javascript">function show(){ alert(document.getElementById("frame2").src);}</script><iframe name="frame2" id="frame2" src="ab.html"></iframe><iframe name="frame3" id="frame3" src="axx.html"></iframe><button onclick="show()">测试</button></body></html><html><body><script type="text/javascript">function show(){ alert(document.getElementById("frame2").src);}</script><iframe name="frame2" id="frame2" src="ab.html"></iframe><iframe name="frame3" id="frame3" src="axx.html"></iframe><button onclick="show()">测试</button></body></html>ab.html:<html><body><script type="text/javascript">function show(){ alert(parent.document.getElementById("frame2").src);}</script><button onclick="show()">测试</button></body></html>
0
0
0
达令说
在iframe1中使用parent来获取父页面的iframe2。
0
0
0
随时随地看视频
慕课网APP
相关分类
.NET
.net 中 字符串含有超链接,如何给超链接自动加上a标签?
1 回答
请问.net 中用jquery传值安全吗?
2 回答
我要回答