JavaScript花絮如何将远程小部件插入到页面上?

发布于 2024-07-15 06:28:30 字数 117 浏览 5 评论 0原文

假设我有一个 Web 服务,允许用户将一段 JavaScript 插入到他们的页面上,加载后,将从我的服务器获取一个小部件并将其插入到他们的页面中。 我该如何去做?我应该使用什么技术?

文件.写?

Let's say I have a web service that allows users to insert a piece of JavaScript onto their page which, when loaded, will grab a widget from my server and insert it into their page. How might I go about doing that, and what techniques should I use?

document.write?

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

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

发布评论

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

评论(3

浊酒尽余欢 2024-07-22 06:28:30

取决于您的小部件将做什么。

最简单的方法可能是打开一个 iframe 并在其中加载小部件。 就像谷歌对 Adsense 广告所做的那样。

Depends on what your widget will do.

Simplest way may be by opening an iframe and loading the widget in it. Something like google does with adsense ads.

吃→可爱长大的 2024-07-22 06:28:30

除了瓦西尔的回答之外,在某些情况下(动态生成的)图像可能就足够了。 在极端情况下,您甚至可以考虑使用 Flash。

In addition to Vasil's answer, in some situations a (dynamically generated) image might be enough. In extreme cases you might even consider Flash.

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