I have installed j2sdk1.4.2. I have a applet class and view this in IE. IE didn't recognize the <applet> tag.
VB Code:
<applet code="applet1.class" width="100" height="200"> </applet>
It display the same thing in IE:
VB Code:
<applet code="applet1.class" width="100" height="200"> </applet>




Reply With Quote