Cross Tee (2 ft): ${crossTee} pcs
Wall Angle (10 ft): ${wallAngle} pcs
PVC Board (2ft × 2ft): ${board} pcs
`;
}
function printResult(){
🔧 Ceiling Material Estimator
Result:
let content = document.getElementById('result').innerHTML;
let printWindow = window.open('', '', 'width=600,height=700');
printWindow.document.write(`
Ceiling Estimate
🔧 Ceiling Material Estimator
Result:
`);
printWindow.document.close();
printWindow.print();
}
إرسال تعليق