i do some like this <script>
function printDiv (container) {
var w = window.open();
w.document.write(container.innerHTML);
w.document.write('<style>#pie_chart_2_div{float:left;clear:both;}</style>');
w.print();
w.close();
}</script> but this doen´t work too.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.