Microsoft® JScript™
caller Property
 Language Reference 
Version 2 

See Also                  Applies To


Description
Contains a reference to the function that invoked the current function.
Syntax
functionname.caller

Remarks
The caller property is only defined for a function while that function is executing. If the function is called from the top level of a JScript program, caller contains null.


© 1997 by Microsoft Corporation. All rights reserved.