js获取iframe里的元素值。求高手指点
有俩页面a.html代码:<iframeframeborder=0width=170height=100marginheight=0marginwidth=0scroll...
有俩页面
a.html代码:
<iframe frameborder=0 width=170 height=100 marginheight=0 marginwidth=0 scrolling=no src="if1.html" name="if1" id="ifcccc"></iframe>
b.html代码:
<input type="text" value="1" id="dddddddddddd" name="sss">
在a.html写js获取b.html里input 中name的值。来大神啊
大神 不好用啊 没有反应 展开
a.html代码:
<iframe frameborder=0 width=170 height=100 marginheight=0 marginwidth=0 scrolling=no src="if1.html" name="if1" id="ifcccc"></iframe>
b.html代码:
<input type="text" value="1" id="dddddddddddd" name="sss">
在a.html写js获取b.html里input 中name的值。来大神啊
大神 不好用啊 没有反应 展开
3个回答
展开全部
var n=document.getElementById("ifcccc").contentWindow.document.getElementById("dddddddddddd").name
追问
你好 我想问下 为什么这段代码不兼容谷歌浏览器?其他浏览器好使了。
追答
看看 获取此框架的方法是不是有问题
document.getElementById("ifcccc") 也许在谷歌上不兼容
楼下有诸如frames['if1'] 的方法
或者是其它运行时的错误
你可以用alert()弹出测试每个阶段的值是否获取 等等
我好久没写过js了 谷歌有些兼容性的问题忘记了,它与火狐,ie是部分区别很大
展开全部
document.frames['if1'].getElementsByTagName("input")[0].getArrtibute("name")
追问
怎么没反应呢
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
frames['if1'].document.getElementById('dddddddddddd').getAttribute('name')
追问
还是没有反应。。
追答
试试 frames['if1'].document.getElementById('dddddddddddd').name
chrome浏览器应该是不支持 contentWindow 属性。
如果还不行就是你运行的时机不对吧。必须在你的iframe中的页面加载完毕之后执行这个代码才有效。你可以试试看在a.html加入以下按钮
等iframe加载完了你点一下这个按钮,看看是不是能得到。
如果能得到请采纳,如果追问如何知道iframe已经完成加载请追加悬赏50,那个不好回答。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询