Subj : Re: JavaScript problem To : netscape.public.mozilla.jseng From : Adrian Herscu Date : Sun Oct 12 2003 07:16 pm Martin Honnen wrote: > and you will see what the caller function is, in Mozilla's case it is > the function > call Very weird - what's the "function call"? What's the difference between the "function call" and the "function"? > in IE's case it is the function > g > so that is why you get a different result (when reading the p property). > The caller property is nowhere defined in the ECMAScript edition 3, You right - I should check the specs. first. Thanks Martin. .