搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

executing a class file

  • 無回覆
  • 1 有這個問題
  • 5 次檢視
more options

I need to know what security setting in Firefox that allows me to execute the Java class in a browser. The code works with appletviewer. In IE7, it runs an ActiveX control to work. I know it is security but I need to look under it again

<title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> TODO write content <object code="JLifeCycleg.class" width="450" height="200"> </object>

I need to know what security setting in Firefox that allows me to execute the Java class in a browser. The code works with appletviewer. In IE7, it runs an ActiveX control to work. I know it is security but I need to look under it again <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> TODO write content <object code = "JLifeCycleg.class" width = "450" height = "200"> </object> </body> </html>