Page 1 of 1

there is a away to send to the printer to print automaticly

Posted: Mon Jan 30, 2006 11:10 am
by duk
there is a away to send a page to be printed automaticly ??

Posted: Mon Jan 30, 2006 11:15 am
by nickman013
explain this a little bit better?

Posted: Mon Jan 30, 2006 11:16 am
by liljester
from a browser you can use javascript to open a print dialog (atleast in IE) , for example:

Code: Select all

<input type="button" value="print" onclick="window.print();">

Posted: Mon Jan 30, 2006 11:19 am
by nickman013
yeah, if thats what you meant, that is how you would do it