| Author |
how can i call a applet from a javascript functions???
|
senthil sen
Ranch Hand
Joined: Oct 10, 2002
Posts: 182
|
|
|
how can i call a applet from a javascript functions???
|
 |
Chris Stehno
Ranch Hand
Joined: Feb 26, 2001
Posts: 180
|
|
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.
|
- Chris Stehno, SCPJ
|
 |
 |
|
|
subject: how can i call a applet from a javascript functions???
|
|
|