I am stuck because I can get JavaScript to send a message to a Java applet. I can make it work the other way around. Does anyone know the right way to do this, which works everywhere?
You may need to add <PARAM NAME="scriptable" VALUE="true">to the tag OBJECTor APPLET.
<PARAM NAME="scriptable" VALUE="true">
OBJECT
APPLET
To call Java from JavaScript, you can use public methods in your applet that you call from JavaScript. See this post for more information .
JavaScript Java JSObject.
Source: https://habr.com/ru/post/1716299/More articles:Multiple Linear Regression - mathC # Documentation - Custom Tags - c #Wordpress - несколько объектов запроса WP в одном? - objectHow do you measure site load time in IE6? - performanceconflict between jQuery slider and iui (iphone) - jquerysort days of the week on the first day of work - c #Is it possible to use general constraints based on attributes rather than types? - c #C # usercontrol how to access all child controls - c #Outgoing account SMS SMS MMS in 1.5 - androidOverride method - to call an overridden implementation (super) or not to call? - inheritanceAll Articles