I am plotting a simple graph to an applet window on an HTML page. The graph changes in response to JavaScript and HTML form value changes. When I print the HTML page from IE's print command, the printout shows the graph with the HTML form's initial values and not the latest, updated graph. Is there a way to get this updated graph into IE's printout ? Does IE just render the applet at the HTML page load and then ignore any content that may be added later ?<br><br>Thanks for any help...<br>