签名的小程序在 IE8/Window 7 中不起作用
我已经创建了用于在客户端读取文件的签名小程序,并将其嵌入到 HTML 页面中。
我有 2 台测试机,具有以下环境,
第一台机器
操作系统:Windows xp
安装的 JRE:1.6.0_20
浏览器:IE8
第二台机器
操作系统:Windows 7
安装的 JRE:1.6.0_18
浏览器:IE8
当我从第一台机器运行 html 页面时,它成功下载小程序,但是当我从第二台机器运行相同的小程序时,它没有下载小程序。
确实是操作系统或 JRE 构建版本有问题吗?
如果不是操作系统或JRE的问题那么到底是什么问题呢?
请帮我。
I have created signed applet for reading file on client side and it is being embedded into HTML page.
I have 2 testing machines having below environment,
First machine
Operating System: Window xp
installed JRE: 1.6.0_20
Browser: IE8
2nd machine
Operating System: Window 7
instaleld JRE: 1.6.0_18
Browser:IE8
When i ran the html page from first machine it is downloading applet successfully however when i ran the same applet from 2nd machine it not downloading applet.
Is it really the problem operating system or JRE build version?
If it not the problem of OS or JRE then what is exactly the problem?
Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在浏览器插件中启用错误日志并查看其内容。如果没有这些信息,任何人都无法告诉您(除非组件组合中可能存在一个非常具体的错误,导致某人之前碰巧遇到过失败)。
enable error log in the browser plugin and see what it says. Without that information there's nothing anyone can tell you (unless maybe there's a very specific bug in the combination of components that fails that someone happens to have encountered before).