BUG: IE Print Creates New Instance of Applet Class to Be PrintedLast reviewed: January 30, 1998Article ID: Q180046 |
The information in this article applies to:
SYMPTOMSWhen printing an HTML-page in Internet Explorer (IE) 4.x that contains a Java applet, IE creates a new instance of the applet class to be printed. In other words, you see only the initial, default state of the applet on the resulting printout and any changes the user made from the default state of the applet are not printed.
RESOLUTIONTo workaround this behavior, initialize all new instances of the applet class with the data from the original instance.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONTo reproduce this behavior, the following example can be used:
REFERENCESFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, see the following pages on the Microsoft Technical Support site:
http://support.microsoft.com/support/visualj/ http://support.microsoft.com/support/java/ |
Additional query words: print instance applet
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |