MozTW 討論區
https://forum.moztw.org/

firefox無法啟動LiveConnect
https://forum.moztw.org/viewtopic.php?f=2&t=11840
1 頁 (共 1 頁)

發表人:  little1981 [ 2005-12-06, 17:45 ]
文章主題 :  firefox無法啟動LiveConnect

LiveConnect是一個JavaScript to Java communication
與Java to JavaScript communication 的一個套件,我使用IE可以運作,可是使用firefox就不行,想要請問一下大大們,知道這個問題要怎麼解決呢?謝謝你們的幫忙~~

相關LiveConnect介紹如下:
http://wp.netscape.com/eng/mozilla/3.0/ ... index.html

發表人:  little1981 [ 2005-12-09, 11:10 ]
文章主題 : 

我後來在java forum找到相關的介紹如下:

Note, the bug only happens with the plugin for Mozilla
造成的原因如下:
If you have an applet that is marked as being scriptable, then if you try to call any public method on it from JavaScript, the plugin goes into an indefinite loop constantly rechecking the security. The call will eventually be made, but after a 10 to 60 second delay.

轉貼網址如下:
http://forum.java.sun.com/thread.jspa?t ... ID=3950119

難怪我不能使用,@@....
不知道有沒有什麼補救的方法呢?
謝謝你們~~

發表人:  Pluto [ 2005-12-18, 18:06 ]
文章主題 : 

<applet
codebase = "."
code = "idv.pluto.test.ui.applet.DynamicTreeApplet"
archive = "DynamicTreeApplet.jar, activation.jar, mail.jar"
name = "DynamicTreeApplet"
width = "100%"
height = "100%"
hspace = "0"
vspace = "0"
align = "middle"
mayscript =""
>
</applet>

我的 FireFox 也有遇到類似的問題,後來在 Applet 的 Tag 中加入 mayscript ="" 後,居然就沒事了!?

我是從 NetSpade - Talk to JavaScript with Java (http://www.netspade.com/articles/2005/1 ... avascript/) 看到這個訊息,希望對你有幫助~

發表人:  little1981 [ 2005-12-20, 16:10 ]
文章主題 : 

Pluto 寫:
<applet
codebase = "."
code = "idv.pluto.test.ui.applet.DynamicTreeApplet"
archive = "DynamicTreeApplet.jar, activation.jar, mail.jar"
name = "DynamicTreeApplet"
width = "100%"
height = "100%"
hspace = "0"
vspace = "0"
align = "middle"
mayscript =""
>
</applet>

我的 FireFox 也有遇到類似的問題,後來在 Applet 的 Tag 中加入 mayscript ="" 後,居然就沒事了!?

我是從 NetSpade - Talk to JavaScript with Java (http://www.netspade.com/articles/2005/1 ... avascript/) 看到這個訊息,希望對你有幫助~


感謝妳,我弄了之後問題也解決了
從文章內加入那個標籤
使得APPLET可以使用SCRIPT OBJECT
我想原因應該是IE容錯力比較高,所以預設是enable
但是firefox可能預設為disable
所以才會無法顯示~
這是我的小小看法,不知道正確與否!

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/