30
May
Applet and Javascript
So you have an applet and you want to do one or both of the following things: Run javascript commands from within your applet Control your applet through javascript Step 1 Setup the Object Tag: <object type=”…”> <param name=”mayscript” value=”true”> <param name=”scriptable” value=”true”> </object> *Note – I did not show the archive, code or other [...]
Continue Reading →