Web Analytics Made Easy -
StatCounter Printer Dialog box - CodingForum

Announcement

Collapse
No announcement yet.

Printer Dialog box

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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>

  • #2
    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.

    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.

    No cross-posting allowed !

    Read the RULES for more details.
    Last edited by Zvona; Jun 18, 2002, 03:51 AM.
    Zvona
    First Aid for
    Web Design

    Comment

    Working...
    X