如何区分同一个jsp上存在的两个iframe

发布于 2024-12-10 01:31:13 字数 107 浏览 0 评论 0原文

我在 jsp 页面中添加了两个 iframe,具有相同的名称、显示名称等。我有两个不同的 url,必须在每个 iframe 中将其设置为目标 url。如何区分这两个 iframe 并设置目标 url?

I have two iframes added in a jsp page, with same name, display name and so on. I am having two different urls which has to be set as target urls in each of these iframes.How can I differentiate these two iframes and set the target urls?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

杀手六號 2024-12-17 01:31:13

您可以使用大多数 html 元素(包括 iframe)的标准 id 属性

You can use the id attribute which is standard for most html elements (iframe included)

习惯成性 2024-12-17 01:31:13

可以给它们一个不同的id,以便您可以通过JavaScript获取它们。但实际上,名称应该是唯一。相应地解决这个问题。这样您就可以通过 target 中的名称来区分它们。

You could give them a different id so that you can grab them by JavaScript. But, actually, the name of the <iframe> is supposed to be unique. Fix that accordingly. This way you can distinguish them by their name in the target.

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