Forum Moderators: open

Message Too Old, No Replies

Print Current Page

         

aax123

9:13 pm on Sep 19, 2005 (gmt 0)

10+ Year Member



How can I modify this to not bring up the Print window but to automatically print the page?

<SCRIPT LANGUAGE=javascript>
function Print_onclick() {
window.print();
}
</SCRIPT>

appi2

9:49 pm on Sep 19, 2005 (gmt 0)

10+ Year Member



Not sure why but.
Could you imagine entering a website that suddenly starts printing?

don't think it's possible.

Don_Hoagie

2:36 am on Sep 20, 2005 (gmt 0)

10+ Year Member



I would also question the rationale behind this.

And like the other poster, I cannot give you a precise answer, but I would assume it is not possible, because (like EVERYTHING else in our little world here) you have no idea of the prefs and setup of each individual visitor. How could a page print automatically if, say, a user didn't have a defaulted printer?