window.frames在不同浏览器中的用法详解编程语言

document.frames 等同于 window.frames,用来取得当前页面内 window 对象的集合。

不支持Firefox,其他浏览器(chrome、opera、IE、360)均支持。

frames为 <iframe name=””> 的name属性值

解决方法:

使用window.frames[‘framename‘] 代替 document.framename

注意:window.frames[‘framename’]不可写成 window.frames(‘framename’)

作者:blog.ytso.com

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/14467.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论