sibasis
Technical User
- Mar 1, 2002
- 94
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}
is there a way I could bypass the print dialog box using the window.print() command or anyother javascript command?
thanks in advance,
-sibasis