Auto Print
Posted: Wed Feb 01, 2006 2:21 pm
I was wondering if it is possible to automatically have the print dialog come up once a poped up.
Here is my code for the pop up button:
Anyone?
Here is my code for the pop up button:
Code: Select all
<form><input type="button" value="Print Tickets NOW" onclick="window.printtickets('printtickets.php?inspector_code=<?php echo $_SESSION["user_code"]; ?>');return false;" class="buttons"></form>