Printing without a confirmation dialog in javascript, Mozilla
in mozilla you type about:config
then you create a boolean key: right-click, create, and in the name field enter print.always_print_silent with the value true
opening the popup window
window.open(url , 'test', 'width=450,height=580,status=no,resizable=yes,top=200,left=300')
in the popup window
Comments