JAVASCRIPT
44
configprint
Guest on 14th May 2022 02:06:56 AM
function doprint() {
//save existing user\´s info
var h = factory.printing.header;
var f = factory.printing.footer;//hide the button
document.all(\"printbtn\").style.visibility = \´hidden\Â//set header and footer to blank
nk
factory.printing.header = \"\";
factory.printing.footer = \"\//print page without prompt
pt
factory.doprint(false//restore user\´s info
nfo
factory.printing.header = h;
factory.printing.footer =//show the print button
ton
document.all(\"printbtn\").style.visibility = \´visible