Announcement

Collapse
No announcement yet.

Can't print out pages

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

  • 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