重新加载正在运行 Applet 的 iFrame
我有一个网页,分为几个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 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. ;)