this.opener does not necessarily refer to the same object as
window.opener/self.opener does. `this' in an intrinsic event
handler attribute value refers to the the object that triggered
the event, in a method it refers to the calling object.
Sorry, my bad. Yes, I am using IE
Which version on which platform?
and I'm opening a new window. From that new window I try to access
'opener.top'.
If this.opener is not null, is it undefined? Try the typeof operator,
then try window.opener or self.opener.
PointedEars
P.S.
Please quote required parts of the disscussion so that the reader does
not lose context. I have re-included one quotation level here.
<
http://www.netmeister.org/news/learn2quote.html>
I suggest you do not use Web forums to post to Usenet as almost all of
them are flawed.