如何在 IE 中获取包含给定元素的窗口
假设我已经给出了一些 DOM 元素,例如。由变量p
引用的段落。要获取包含 p
的窗口,我可以使用以下代码: p.ownerDocument.defaultView
,但这在版本 9 之前的 IE 中不起作用。我一般如何找到给定元素的父窗口,即使该元素位于 Iframe 内(在这种情况下它应该是框架窗口,而不是顶部窗口)?
Lets assume that I have given some DOM element, eg. paragraph referenced by variable p
. To get window in which p
is contained I can use following code:p.ownerDocument.defaultView
, but this doesn't work in IE prior to version 9. How can I in general find parent window of given element, even if that element is inside Iframe (In that case it should be frame window, not the top window)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论