try this..
var winPrint = window.open('', '', 'left=0,top=0,width=800,height=600,toolbar=0,scrollbars=0,status=0');
winPrint.document.write('<title>Print Report</title><br /><br /> Hellow World');
winPrint.document.close();
winPrint.focus();
winPrint.print();
winPrint.close();
if the window is not open .. please check whether the popup is blocked :)..
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…