How to create file from java applet?
问题 I'm trying to create an excel file and save to local file system using java applet. After sign the application, i can successfully create the file by directly invoking the applet. However, when i try to call the method from javascript, it failed without any error message. I'm wondering if there is any policy control to prevent java method to be called from javascript? <html> <script language="JavaScript"> function createExcel() { document.excel.createExcel(); document.excel.setMessage("hello