sdiack
10-30-2003, 08:32 AM
Hi
I am having problems with this code.
DispWin = window.open('','NewWin', 'toolbar=no,status=no,scrollbars=1,resizable=1')
DispWin.document.write("message");
DispWin.document.write('<p><input type="button" value="Print" onClick="window.print()"></p>')
the button in the popup only opens the print window in netscape.
It won't work on IE6. In netscape it works but it take time to load the print window. Thanks for helping
I am having problems with this code.
DispWin = window.open('','NewWin', 'toolbar=no,status=no,scrollbars=1,resizable=1')
DispWin.document.write("message");
DispWin.document.write('<p><input type="button" value="Print" onClick="window.print()"></p>')
the button in the popup only opens the print window in netscape.
It won't work on IE6. In netscape it works but it take time to load the print window. Thanks for helping