请问高手,html如何获取iframe中嵌套的页面元素值
我在办公室用TXT写了个iframe内嵌别人网页。网页A内嵌网页B,网页B是别人服务器的网页,数据是动态查出来的,我在页面A用JSdocument.getElementB...
我在办公室用TXT写了个iframe内嵌别人网页。网页A内嵌网页B,网页B是别人服务器的网页,数据是动态查出来的,我在页面A用JS document.getElementById(iframe),可以得到iframe的对象,但是继续document.getElementById(b页面控件ID)获取不到对象。我需要得到B页面类控件值,比如说下拉列表当前选择的VALUE。请教~~~
展开
2个回答
展开全部
document.getElementById(Iframe_Id).contentDocument.getElementById(Element_Id) //适用于IE7以上
document.getElementById(Iframe_Id).contentWindow.document.getElementById(Element_Id) //适用于IE6及火狐
参考 : http://user.qzone.qq.com/116971263/infocenter#!app=2&via=QZ.HashRefresh&pos=1359100403
document.getElementById(Iframe_Id).contentWindow.document.getElementById(Element_Id) //适用于IE6及火狐
参考 : http://user.qzone.qq.com/116971263/infocenter#!app=2&via=QZ.HashRefresh&pos=1359100403
追问
老师:
两个我都试了不行啊
IE版本6.0
追答
俺用的是可以的嘛。。。不知道了
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询