Forum Moderators: open
hey, do you understand the code? because I don't know when the print is sending, you know I can't see any window.print just for netscape but i'm using IE, maybe is magic jajaja
I understand half of the code, the ExecWB looks like VBScript and I know nothing of that. But I think you have to call the printit function with a button or link.
<a href="#" onclick="printit();" id="printButton">Print 4 copies.</a>
When clicking that link you call the printit() function. It hides the link and prints your page..
I'm on a Mac, so you have to test it yourself.
How do you use
div#hearder{display:none;}
div#footer{display:none;}
to make IE header and footer disappear?
I think that
div#hearder{display:none;}
div#footer{display:none;}
are used to create html page without using <table>.
AgilBull