Window.dialogArguments (Property)

The arguments passed to a model dialog in a showModalDialog() call.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEdialogArguments
IEmyWindow.dialogArguments

This is only available when the window is contained within a modal dialog. It is the value contained in the second argument of the showModalDialog() method. You can use this to pass values into the modal dialog and the returnValue property of the window object inside the modal dialog to return a value to the caller.

Refer to the Window.showModalDialog() topic for an example of how this works.

See also:Window.showModalDialog()

Property attributes:

ReadOnly.