posted 19 years ago
In your HTML applet tags (or object/embed tags) you will want to name the applet using the name='somename' attribute. You can then access the applet from JavaScript using this name. If I remember correctly, you can then access the applet with 'document.applet.name.setYourProperty()' ... it may be applets rather than applet. If you have trouble getting it to work, feel free to email me (chris@stehno.com) and I will whip up a quick little example.
Hope this helps.