Click to See Complete Forum and Search --> : window.print problem on popup


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

Khalid Ali
10-30-2003, 08:58 AM
do you have this page online somewhere?