Hello,
I have on a html page an applet. A javascript function call one function of
this applet. It works with IE but not with Mozilla or Netscape. I obtain
the following error on the java-plugin consol:
sun.plugin.live connect.OriginN otAllowedExcept ion: Javascript is not form the
same origin as je java code ...
This is my html code:
<script language="Javas cript">
<!--
function askServerCmd()
{
return document.AppRea derLink.askServ erCmd();
}
//-->
</script>
<applet CODE =" AppReaderLink.c lass"
codebase="."
ARCHIVE ="appredl.ja r"
WIDTH =" 130"
HEIGHT =" 70"
NAME =" AppReaderLink"[color=blue]
>[/color]
</applet>
I tri with jre 1.4.1_05 and jre 1.4.2_02 and I obtain the same thing.
What I have to do?
Sincerely
Jlg
I have on a html page an applet. A javascript function call one function of
this applet. It works with IE but not with Mozilla or Netscape. I obtain
the following error on the java-plugin consol:
sun.plugin.live connect.OriginN otAllowedExcept ion: Javascript is not form the
same origin as je java code ...
This is my html code:
<script language="Javas cript">
<!--
function askServerCmd()
{
return document.AppRea derLink.askServ erCmd();
}
//-->
</script>
<applet CODE =" AppReaderLink.c lass"
codebase="."
ARCHIVE ="appredl.ja r"
WIDTH =" 130"
HEIGHT =" 70"
NAME =" AppReaderLink"[color=blue]
>[/color]
</applet>
I tri with jre 1.4.1_05 and jre 1.4.2_02 and I obtain the same thing.
What I have to do?
Sincerely
Jlg
Comment