重新加载正在运行 Applet 的 iFrame

发布于 2024-10-26 20:40:15 字数 324 浏览 1 评论 0原文

我有一个网页,分为几个 iFrame。

每个框架都有不同的解决方案,例如一个框架中的 JavaScript,另一个框架中的 flash,另一个框架中的 applet。

当用户与 Applet 交互时,我试图提供一种解决方案,如果 Applet 中发生某个事件,则 Applet 将死亡,并且相同的 iFrame 会加载另一个解决方案(使用类似 href 的解决方案)。我希望能够加载另一个 Applet,或者原始 HTML 解决方案,或者其他什么。

我怀疑我需要将这些解决方案包装在 JavaScript 之类的其他内容中,但想知道这个解决方案会是什么样子。

提前致谢。

I have a web page which is divided into several iFrames.

In each frame is a different solution, like JavaScript in one, flash in another, applet in another.

When a user interacts with the Applet, I am trying to provide a solution where if a certain event happens in the Applet, that the Applet will die and the same iFrame gets loaded with another solution (with an href like solution). I want to be able to load another Applet, or a raw HTML solution, or whatever.

I suspect I need to wrap these solutions in something else like JavaScript, but wondering what would this solution look like.

Thanks in advance.

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

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

发布评论

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

评论(1

依 靠 2024-11-02 20:40:15

请参阅 Applet.getAppletContext().showDocument(url, target)

请注意,不保证它能够在 JRE/浏览器组合中实现。小程序都加载进去了,更不用说工作了。这就是 JavaScript 的用武之地。;)

See Applet.getAppletContext().showDocument(url, target).

Note that it is not guaranteed to be implemented in the JRE/browser combo. the applet is loaded in, let alone work. That is where the JavaScript comes in. ;)

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