PHP
The 64 Bit Bomb?
Submitted by Aaron on Thu, 01/29/2009 - 09:55So I've been working on a php/Smarty template application which contains a "print" button allowing you to--you guessed it--print out your template. The button contains the following javascript:
window.open(url,'print','resizable=1,scrollbars=yes,width=800,height=600');















