iframe 上的 jquery 对话框包含 java applet
我们的解决方案的一部分使用了一个 Java 小程序查看器。我知道几乎没有什么可以显示在它上面,但是我有诸如 jquery 对话框之类的元素必须显示在它上面。
我尝试添加 bgiframe 并更改要应用于所有版本 IE 的代码,因为我们在此特定实例中使用 IE 8。它不能正常工作。
问题是我需要移动 iframe 垫片、调整其大小,并设置其可见性及其链接到的元素。
有没有插件可以做到这一点?如果什么都不存在,我将需要开发一个:(
Part of our solution makes use of a viewer which is a java applet. I get that next-to-nothing can be displayed on top of it but I have elements such as jquery dialogs that have to be displayed over it.
I have tried adding bgiframe and altering the code to be applied for all version of IE since we are using IE 8 in this specific instance. It didn't work properly.
The thing is that I need the iframe shim to be moved around, resized, and have it's visibility set along with the element it is linked to.
Are there any plug-ins to do this? If nothing exists I will need to develop one :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我决定创建自己的插件来做到这一点。
I decided to create my own plug-in to do this.