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>Moderator: General Moderators
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>