-
using JSObject from within java applet
I am trying to access a javascript function from within my applet
(java 1.2).
I am wrapping the applet in the embed tag:
type="application/x-java-applet;version=1.2"
so that the java plugin will be used. This works perfectly fine with
Netscape 6.0 for Windows, but isn't working for Netscape 4.62 for Solaris.
Is there a compatibility issue? Does the JSObject not work from within
the java plugin? Is there a work-around?
Thanks in advance,
-Patrick
-
Re: using JSObject from within java applet
Oops, that's Netscape 4.51 for Solaris.
Thanks,
-Patrick
"Patrick" <pmcconn@emory.edu> wrote:
>
>I am trying to access a javascript function from within my applet
>(java 1.2).
>I am wrapping the applet in the embed tag:
>type="application/x-java-applet;version=1.2"
>so that the java plugin will be used. This works perfectly fine with
>Netscape 6.0 for Windows, but isn't working for Netscape 4.62 for Solaris.
>
>Is there a compatibility issue? Does the JSObject not work from within
>the java plugin? Is there a work-around?
>
>Thanks in advance,
>
> -Patrick
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|