You are hereAaron's blog
Aaron's blog
The 64 Bit Bomb?
So 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');