Janwillem Borleffs wrote:
Stan R. wrote: for (prop in document.applets.myapplet) // do something with prop
if ('function' == typeof document.applets.myapplet[prop])
document.write(document.applets.myapplet[prop]);
Thank you, but that doesn't do anything i nthe case of applets. Is there
any way at al lto figure out what methods the java applet is exposing
(that be called from javascript i nthe same page) ?
--
Stan