Helpful Information
 
 
Category: HTML & CSS
Printer Dialog box

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>

I think this is browser-dependable issue. If you're using IE, you should try to search some tutorials about browser's internal functions and objects from MSDN Library (http://msdn.microsoft.com/library).

Let's just hope somebody can help you further, because I've never heard it'd be possible to print without prompting. Though, IE has infinite number of features to use.

Edit:
Closed due to this thread (http://www.codingforums.com/showthread.php?s=&threadid=224).

No cross-posting allowed !

Read the RULES (http://www.codingforums.com/rules.htm) for more details.










privacy (GDPR)