how can i print an external file, using either html, javascript, or css?
can i just use javascript, and write > window.print(‘otherpage.html’);
i’ve tried different combinations, but i can’t find any code that works.
any suggestions?
<script type="text/javascript"> //<![CDATA[ var w = window.open('foo.html'); w.print(); //]]> </script>
Help @frankieluccini spread the word by sharing this article on Twitter...