RE: Determining if a java applet has been loaded in JS?

2002-04-26 Thread Adrian Lynch
PROTECTED]] Sent: 25 April 2002 22:01 To: CF-Talk Subject: RE: Determining if a java applet has been loaded in JS? Yes, OnLoad fires after the page is loaded, but We are finding that doesn't necessarily apply to java applets. We do our initialization from the OnLoad event, and yet we find the applet

RE: Determining if a java applet has been loaded in JS?

2002-04-26 Thread Neil Clark - =TMM=
sic I am sure that there is nothing vanilla with .js and browser which uniquely identifies how much of the applet byte code has been loaded at the loading time of the applet. One solution would be to have two applets: one the continous progress bar applet, and the other the actual applet. Once

RE: Determining if a java applet has been loaded in JS?

2002-04-26 Thread David DiPietro
To: CF-Talk Subject: RE: Determining if a java applet has been loaded in JS? sic I am sure that there is nothing vanilla with .js and browser which uniquely identifies how much of the applet byte code has been loaded at the loading time of the applet. One solution would be to have two applets: one

RE: Determining if a java applet has been loaded in JS?

2002-04-25 Thread David DiPietro
I believe the onload=checkForMyApplet('appletName') With some function would do the trick since onload happens at the end of the page loading. David DiPietro Systems Developer / Engineer OSU College of Medicine Public Health Voice (614) 292-5960 Fax (614) 292-0745 -Original Message-

RE: Determining if a java applet has been loaded in JS?

2002-04-25 Thread Shawn Grover
, April 25, 2002 2:24 PM To: CF-Talk Subject: RE: Determining if a java applet has been loaded in JS? I believe the onload=checkForMyApplet('appletName') With some function would do the trick since onload happens at the end of the page loading. David DiPietro Systems Developer / Engineer OSU

RE: Determining if a java applet has been loaded in JS?

2002-04-25 Thread Shawn Grover
: Thursday, April 25, 2002 2:24 PM To: CF-Talk Subject: RE: Determining if a java applet has been loaded in JS? I believe the onload=checkForMyApplet('appletName') With some function would do the trick since onload happens at the end of the page loading. David DiPietro Systems Developer / Engineer OSU