window.print ();}
I have Oracle 10g
I'm useing the Oracle PL/SQL procedure to print report like:
. . .
<script language="JavaScript1.2">
printWindow function () {
BV = parseInt (navigator.appVersion);
if (BV> = 4) window.print ();}
</ script>
. .
<body ONLOAD="javascript:void(printWindow()); return;">
. . .
This procedure ask for select the print device always
Have I can do, to print on the default printer without the use the dialog box for the select Printer
Regards!
Hine