Can it exist an alternate way to do it ... Maybe calling a normal applet, and this one 
call to the plugin applet ?
I have read at sun's documentation that different applets can call methods beetween 
them.
(Not very smart, of course)

Dani

------------------------------------------

Dani,

This is a known bug in Netscape.  It does work in IE.  Unfortunately
Sun's only answer is to wait and pray it is fixed in a future version of
Netscape 6 (yuck! I do NOT want to support Netscape 6 - I like Netscape
4.7x).

- John Wright
Starfire Research

Daniel Moscoso wrote:
>
> Hi all !!
>
> I have a problem:
>
> I want to call an applet method from an HTML link. It's easy in the normal way when 
>the applet is normally defined.
> This is done in javascript.
> If the applet is defined as follows:
>
>      <applet align=middle name="myApplet" code="HelloUniverse.class" width=256 
>height=256>
>      </applet>
>
> And the applet has the method methodName(), the way to call it is
>
>      <a href="javascript://" onClick="document.myApplet.methodName()">
>      </a>
>
> The problem is when I want to call a method of an applet that uses a plugin (defined 
>with  <OBJECT> tag, obtained from HTML converter. The given way doesn't work, I 've 
>been looking for this in all the forums, and I've not found it. Does anybody have an 
>idea of how ?
>
> Any help would be appreciated !!
>
> Dani
>
> --
>
> Diese E-Mail enth�lt vertrauliche und/oder rechtlich gesch�tzte Informationen. Wenn 
>Sie nicht der richtige Adressat sind oder diese E-Mail irrt�mlich erhalten haben, 
>informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das 
>unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
>
> This e-mail may contain confidential and/or privileged information. If you are not 
>the intended recipient (or have received this e-mail in error) please notify the 
>sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or 
>distribution of the material in this e-mail is strictly forbidden.
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".





--

Diese E-Mail enth�lt vertrauliche und/oder rechtlich gesch�tzte Informationen. Wenn 
Sie nicht der richtige Adressat sind oder diese E-Mail irrt�mlich erhalten haben, 
informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das 
unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorised copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.
==========================================================================To 
unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to