J
Jimbo
I have a website & applet produced under Windows-XP. It works fine. I took
it to a machine running Windows 98 & an earlier version of Java to test what
happens when I open the web page using IE6 & FireFox. The html invoking the
applet is:
<applet code="assumptions.class" archive="popproj.jar" width='760'
height='340'>
This applet was coded using Java 1.5.0_08-b03.</applet>
Instead of the expected text, both browsers said "Loading Java Applet
Failed...". How do I display the explanatory text?
it to a machine running Windows 98 & an earlier version of Java to test what
happens when I open the web page using IE6 & FireFox. The html invoking the
applet is:
<applet code="assumptions.class" archive="popproj.jar" width='760'
height='340'>
This applet was coded using Java 1.5.0_08-b03.</applet>
Instead of the expected text, both browsers said "Loading Java Applet
Failed...". How do I display the explanatory text?