How to print directly to a printer
How can we print directly to a printer
When I try
<script>
if (window.self) window.print();
</script>
It shows the Print Windows, can we go directly to the printer like the printer icon on Explorer
Thanks a lot,
Allan
Read More