Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q4013

Feedback on: irt.org FAQ Knowledge Base Q4013

Sent by James Whittall on November 24, 1999 at 16:57:46: - feedback #623

Technical:
Not technical enough

Comments:
HOW! (do you check for the applet's array to be populated?)


Sent by Mark Florence on February 22, 2000 at 14:12:04: - feedback #839

Worth:
Not worth reading

Comments:
Answer given is incorrect:

a) knowing an applet has been loaded is extremely useful -- methods can't be called until the load is complete

b) JSObject works both in IE and Netscape

c) therefore, calling back to either a well-know or parametized "onload" handler is easy -- just invoke it in the init() method


Sent by Haikou Wang on April 06, 2000 at 08:26:39: - feedback #1048

Worth:
Worth reading

Comments:
I used onLoad event to make sure applet is loaded and ready to call from javascript. Can't figure out other way to do so.


Sent by shing on September 06, 2000 at 21:23:10: - feedback #1718

Comments:
I tried the second solution but I learned that document.applets.length > 0 even if not one applet is done loading. Is there any other way to let the page know that the applet is done? I'm working on remote scripting now and it loads an applet. I want to disable the user to click on the form element which triggers a method that is dependent on the applet so I need to know when the applet is done.

It would mean so much to me if someone could help me with this problem. Thank you very much in advance.


©2018 Martin Webb