99% he meant : this.owner.removeChild(this);
synonymous to: this.parent.removeChild(this); On Sat, Nov 29, 2008 at 4:04 PM, Amy <[EMAIL PROTECTED]> wrote: > --- In [email protected] <flexcoders%40yahoogroups.com>, "Paul > Andrews" <[EMAIL PROTECTED]> wrote: > > > > this.parent.removeChild(this); > > > > and > > > > this.parent.removeChild(this); > > > > are synonomous (except for popups, where you need to use > this.parent.removeChild(this) ). > > Anyone else confused by this? I'm seeing the exact same statement > (this.parent.removeChild(this)) three times, so it seems to me that of > COURSE the first two are synonymous, as they are identical, and the > third shouldn't actually be an exception, since it's the same as the > first two. Am I missing something? > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation [EMAIL PROTECTED],

