Returns the window object where the context menu item was executed.
Syntax
[ oWindow = ] external.menuArguments
Possible Values
oWindow
Variant that
receives where the context menu was opened.
The property is read-only.
The property has no default value.
Remarks
This property is accessible only through script specified in the registry for a new context menu entry.
The menuArguments property returns an object reference of the window where the context menu was opened. The event object is exposed through this object reference, allowing authors to query the srcElement, clientX, and clientY properties.
For more information about how to implement extensions to the Dynamic HTML (DHTML)燚ocument Object Model (DOM), see About the Browser. For more information about how to add an entry into the standard context menus in Microsoft® Internet Explorer, see Adding Entries to the Standard Context Menu.