将另一个域中的外部网站的特定 div 加载到 iframe 中

发布于 2024-10-15 12:11:20 字数 81 浏览 2 评论 0原文

我已经看到当网站位于同一域时有几种方法可以做到这一点,但这不是我的情况,因为我更像是一名设计师而不是程序员,所以我会尽可能要求最简单、最直接的过程。

I've seen there are several ways to do it WHEN the websites are in the same domain, but this is not my case and, since I'm much more a designer than a programmer, I'd go as far as to ask for the simplest, most straight-forward process.

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

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

发布评论

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

评论(1

吹泡泡o 2024-10-22 12:11:20

最好的方法是使用服务器端脚本来解析远程站点,从而在客户端出现任何 JavaScript 问题时优雅地降级,并在解析远程站点时让您控制环境。

例如,您可以编写一个 php 脚本来仅返回相关的 div,然后将 iframe 直接指向它。

您考虑使用什么语言/框架?

The best way to do this would be to use a server-side script to parse the remote site, thereby degrading gracefully if there's any Javascript problems on the client-side and giving you control over the environment when you're parsing the remote site.

You could, e.g. write a php script to return just the relevant div, and then point the iframe straight at that.

What language / framework were you thinking of using?

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