Click to See Complete Forum and Search --> : J.Script communicating with Java Applet


mozoo
03-29-2003, 04:45 AM
Hi,
Has anyone used a Java Applet in their Javascript web-page with simple communication between them, like passing a string from the Applet back to be used by the Javascript?
I know you can send a parameter to the Applet easy enough, but my attempts to read back a string have been pathetically useless!..... anyone have a working example please!

khalidali63
03-29-2003, 01:25 PM
Ok,
This question has been posted here several times.Here is a little applet and javascript interaction example I have put together for all of you out there.

http://68.145.35.86/skills/javascripts/applets/AppletJavaScriptInteraction.html

Cheers

Khalid