Hi,
I am trying to print a child window from the parent. The child window contains an invoice in PDF format. However it does not seem to be working. The window opens but I cannot print or close the window.
wInvoice = window.open("http://localhost/pdftest3/invoice123.pdf", "wInvoice", "dependent=yes,toolbar=no,location=no,scrollbars=y es,status=no");
wInvoice.print();
wInvoice.close();
Can anyone help
Thanks :)
Nick