在 mozilla 上获取 Iframe
我在 Mozilla(版本 4)上使用 JavaScript。一旦我得到一个 DOM 对象并将标签识别为 IFRAME,我想获取 IFRAME 的内容和边框(x,y 像素)(如果我理解正确的话,Iframe 是另一个 HTML 中的附加 HTML 页面) 。
I'm using JavaScript on Mozilla (version 4). Once I get a DOM object and identify the tag as an IFRAME I'd like to get the content and the borders (x,y pixels)of the IFRAME, (if I understand correctly the Iframe is an additional HTML page inside another HTML).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看这里: https://developer.mozilla.org/en/DOM/HTMLIFrameElement
< code>contentDocument 和
frameborder
可能就是您正在寻找的内容。Look here: https://developer.mozilla.org/en/DOM/HTMLIFrameElement
contentDocument
andframeborder
are probably what you are looking for.