1、获取iframe节点
2、获取iframe中的变量
示例
ahtml<iframe id='x' name='x' src='bhtml'/>
bhtml
<script>
var y='1';
</script>
在ahtml中获取y,则可以通过以下方式
documentframes['x']y //先获取frame,在获取y
documentgetElementById ("frameID")contentWindowdocumentgetElementById ('dengru')
<iframe id="frameID" height="300" width="500" src="mainhtml"></iframe>
iframe:
content: '<iframe id="iframe1" src="" style="" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes"></iframe>'
方法:
var a = documentgetElementById('iframe1')contentWindowdocumentgetElementById('a)value; //输入值
var a= documentgetElementById('iframe1')contentWindowdocumentgetElementById('a')defaultValue; //默认值
iframe:
content: '<iframe id="iframe1" src="" style="" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes"></iframe>'
方法:
var a = documentgetElementById('iframe1')contentWindowdocumentgetElementById('a)value; //输入值
var a= documentgetElementById('iframe1')contentWindowdocumentgetElementById('a')defaultValue; //默认值
在leftFrame或者mainFrame里取topFrame下的值为:
alert($(parentframes["topFrame"]document)find("#leftUserId")val());
如果正解,请点赞,比较细致的看完了你的代码,给出答案。
以上就是关于父页面如何获取iframe中 js的变量值呢全部的内容,包括:父页面如何获取iframe中 js的变量值呢、JS 获取子页面中的组件、在163邮箱登录界面,怎么用js从frame里的document获取文本框等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)