Hi all,
Does anyone know whether it's possible for Java (signed) applets to
call javascript functions and for javascript to call public methods in
the applet code. I know that the latter is possible, but how do you
send parameters to Java (since the types are different). E.g I have a
public method on the applet called setValue(String val) and I want to
call it from within my javascript.
I'd rather do it without 3rd party libraries ( for free :) if possible.
decoy@system102.com wrote:
[color=blue]
> ...E.g I have a
> public method on the applet called setValue(String val) and I want to
> call it from within my javascript.[/color]
Sure. Check Real's HowTo* for lots of examples of applet/JS
and JS/applet interaction.
* <http://www.rgagnon.com/howto.html>
--
Andrew Thompson
physci, javasaver, 1point1c, lensescapes - athompson.info/andrew