Possible Duplicate:
How can Print Preview be called from Javascript?
I have a button on the screen which should call a JavaScript function.
<input class="btn-print" type="button" value="Print" onclick="PrintPreview()">
This should open a new window with the Print Preview screen, just as you would if you went to File>Print>Print Preview in FF. File>Print Preview in IE.