javascript thread: showing status on two java applets communicating in internet explorer 5
Is it possable to have two java applets that are communicating with each
other in explorer5 to show the user that the applet is loading? Something
that is noticable to the user such as an animated gif or ie's hourglass or
better yet the spinnng globe in the top right of the browser. I have tried
to use javascript and the funtionality works fine. What the problem is the
applets take priority over the javascript. the javascript function will
only execute after the applet is done.