Hello!
I am having a very wierd problem with window.open all of a sudden.
Consider this code snippet below to simulate my problem.
Dim oNewWin
Set oNewWin=window.open("test12.htm"
msgbox(oNewWin.screenTop)
The window is opened fine but then the msgbox statement spits out a script error "Object required: oNewWin".
This is happening to me in every single page which opens a new window from script. Basically, there is a script error if I try to access the new window using the name.
I am using Windows 2000 and an IE 5 browser. (The same problem is not happening on any other mchine with the same configuration, just my machine)
Any help/suggestions??
Thanks,
shweta
I am having a very wierd problem with window.open all of a sudden.
Consider this code snippet below to simulate my problem.
Dim oNewWin
Set oNewWin=window.open("test12.htm"
msgbox(oNewWin.screenTop)
The window is opened fine but then the msgbox statement spits out a script error "Object required: oNewWin".
This is happening to me in every single page which opens a new window from script. Basically, there is a script error if I try to access the new window using the name.
I am using Windows 2000 and an IE 5 browser. (The same problem is not happening on any other mchine with the same configuration, just my machine)
Any help/suggestions??
Thanks,
shweta