Does this applet work for you?

北慕城南 提交于 2019-12-11 15:28:33

问题


I have found a solution to get the full file path of a file that is about to be uploaded using a Java Applet. I need this for an internal system not anything else "dodgy"!

Can anyone confirm if this works in an IE6 browser: http://www.maschek.hu/preview/ffx3_file/filepath.html

I have an IETester application that has IE6/7/8 in one place and all IE6 does is just load/wait for the page and it has been 10 minutes. I am trying to determine if this applet will work in IE6?

Its using PARAM tags so is that a no? This has worked on my IE8.

To get this to work, do I need to do more than change the PARAM tags to Object tags?

Thanks all


回答1:


Check out this website --> http://www.spoon.net/browsers/

Its a browser Sandbox. You can run any browser from the web. Very useful stuff.




回答2:


If you want to test your application in IE6 you could use the Internet Explorer Application Compatibility Virtual PC Images supplied free by Microsoft. This will probably be more reliable than asking other people to do it for you.



来源:https://stackoverflow.com/questions/1906999/does-this-applet-work-for-you

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!