Hi,
I have a problem that is causing IE 6 to hang. I'm not sure this is the cause of it, but I can't debug the real problem if I can't solve this one.
The problem is that when I debug the javascript in Microsoft Script Debugger or Visual Studio window.open will not open a new window and will therefor return null.
This is what I try to do:
var w = window.open('', 'printWin', 'width=1000, height=800, scrollbars=yes');
wdoc = w.document;
But when while debugging the w variable will be null.
Any suggestions?
Regards,
--Tomas
I have a problem that is causing IE 6 to hang. I'm not sure this is the cause of it, but I can't debug the real problem if I can't solve this one.
The problem is that when I debug the javascript in Microsoft Script Debugger or Visual Studio window.open will not open a new window and will therefor return null.
This is what I try to do:
var w = window.open('', 'printWin', 'width=1000, height=800, scrollbars=yes');
wdoc = w.document;
But when while debugging the w variable will be null.
Any suggestions?
Regards,
--Tomas