在 mozilla 上获取 Iframe

发布于 2024-11-11 15:27:35 字数 136 浏览 5 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

攒一口袋星星 2024-11-18 15:27:35

看这里: https://developer.mozilla.org/en/DOM/HTMLIFrameElement

< code>contentDocument 和 frameborder 可能就是您正在寻找的内容。

Look here: https://developer.mozilla.org/en/DOM/HTMLIFrameElement

contentDocument and frameborder are probably what you are looking for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文