Auftragsbestätigung Brenn Service
function printFrame(print-iframe) {
var frm = document.getElementById(docframe).contentWindow;
frm.focus();// focus on contentWindow is needed on some ie versions
frm.print();
return false;
}
function printFrame(print-iframe) {
var frm = document.getElementById(docframe).contentWindow;
frm.focus();// focus on contentWindow is needed on some ie versions
frm.print();
return false;
}