Dear All

I implemented a pivot program and it works fine. I use below code to run 
it in IE. And the program works fine too. 
But when I wanted to print the window with the print function embedded in 
IE. No data comes out in paper except some empty component.

<script xmlns="" src="http://java.com/js/deployJava.js";
        type="text/javascript"></script>

<script xmlns="" type="text/javascript">
 
    var attributes = {
      ...
    };
 
    var libraries = [];
       ...;
 
    attributes.archive = libraries.join(",");
 
    var parameters = {
        ...
    };

    deployJava.runApplet(attributes, parameters, "1.6");
 
</script>

The paper printed out is like below.


Does anyone ever meet with problem? or could give me some help?

Any advise is appreciated.

hero

<<image/gif>>

Reply via email to