Jump to content

Printer Question


niche

Recommended Posts

javascript. they have this code in the head section on the coupon page that opens up when you click on the print link from the page you supplied:

<script language="JavaScript" type="text/JavaScript">function printWindow(){   bV = parseInt(navigator.appVersion)   if (bV >= 4) window.print()}</script>

and then in the body tag of that same page, the use the onload function

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" class="bodytext" onLoad="printWindow();">

edit: didn't realize you weren't asking for code, but there it is anyway, :)

Link to comment
Share on other sites

I'm following you.I just don't know how to take command of a system's printer to print a single coupon with copies = 1, or if that's even possible. Is that possible? I could use tips for getting started on a solution for this kind of problem.Thanks,Niche

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...