Hello,
I'm having a mare calling a Java function.
Here is my HTML and JS call...
i've also tried
all I get is
any ideas whats wrong?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I'm having a mare calling a Java function.
Here is my HTML and JS call...
Code:
<applet code="[URL unfurl="true"]https://www.mydomain/make_pc_beep.class"[/URL] width="0" height="0" name="beepPC" mayscript></applet>
Code:
document.beepPC.beep_pc();
Code:
document.applets("beepPC").beep_pc();
all I get is
object doesn't support this property or method.
any ideas whats wrong?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.