Printing contents of another page

Posted by Hulk on Stack Overflow See other posts from Stack Overflow or by Hulk
Published on 2010-04-05T11:19:38Z Indexed on 2010/04/05 11:23 UTC
Read the original article Hit count: 298

In the following link

<a href=\"#\" onclick=javascript:print(\"\") style=\"color:blue;\">Print</a>"
<script>
 function print()
 {
      //How to print the contents of another page
 }

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about javascript-events