I am creating a stand alone web page for a kiosk and want to print out coupons. I have a script that will print the page or coupon but I keep getting the print dialog box coming up when I hit the print button. Is there a way to disable this box or tell the page which printer to print to? It does not happen when I click on the printer icon in the tool bar though, that is why I am wondering how to get that code
<center> <img src="file:///C:/wizard/Merry Maids.jpg" width="500" height="500" border="2"><br><br>
<button name=" value=" type=" disabled tabindex=">Click here to Print Coupon</button>
<form><input type="button" value="Back to main Page" onClick="window.location.href='cw1index.html'"></form></center>
<center> <img src="file:///C:/wizard/Merry Maids.jpg" width="500" height="500" border="2"><br><br>
<button name=" value=" type=" disabled tabindex=">Click here to Print Coupon</button>
<form><input type="button" value="Back to main Page" onClick="window.location.href='cw1index.html'"></form></center>
Comment