Page 1 of 1

Auto Print

Posted: Wed Feb 01, 2006 2:21 pm
by icesolid
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:

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>
Anyone?

Posted: Wed Feb 01, 2006 2:32 pm
by Weirdan