showModalDialog() (Method)

An alias for the window.showModalDialog() method.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:User defined
JavaScript syntax:IEmyWindow.showModalDialog(aURL, someArguments)
IEshowModalDialog(aURL, someArguments)
Argument list:aURLA URL to load into the modal dialog
someArgumentsArguments to pass to the modal dialog

Refer to:

Window.showModalDialog()