|
|
Question : onblur=window.close() -- doesn't work on IE6 + PC
|
|
I have a window that I want to automatically close if another window is selected. I tried using:
This works fine on IE & Navigator on Mac.
On PC with IE6, the window always closes immediately after it opens.
Any ideas?
Thanks William Donelson
|
Answer : onblur=window.close() -- doesn't work on IE6 + PC
|
|
Oh, one other thing. make sure you havnt got:
onFocus=window.close()
in the tag as this would definately caue the problem you described.
|
|
|
|