Can't print out pages

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Paulk2
    First Lieutenant

    • Sep 2008
    • 182

    Can't print out pages

    This thread is an add-on to the recent thread by Pete987. I understand that the question Pete posed was specifically for printing out pages propertly ON HIS printer. The responses he received should fix his problem. If, however, he wants to have others print out his webpage(s) then he should consider adding a print code to his pages such as;

    <Script type="text/javascript">
    if (window.print) {
    document.write(' <form>'
    + ' <input type=button name=print value=" Print Page" '
    + ' onClick=" javascript:window.print()" > <\/form>' );
    }
    </script>

    I put this on the bottom of my pages in a small html box and it works very well.
Working...
X