Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Retrieves the variable or array of variables passed into the modal dialog window.
Syntax
[ vVariables = ] window . dialogArgumentsPossible Values
vVariables | String, numeric, object, or array value that specifies arguments. |
The property is read-only. The property has no default value.
Remarks
The dialogArguments property applies only to windows created using the showModalDialog and showModelessDialog methods.
Examples
The following example shows how to retrieve information passed into a modal dialog window using the dialogArguments property. This example consists of two snippets of code, which correspond to two different files. One file launches the modal window and the other file stores the code for the modal window.
This file launches the modal window and sends an object to that modal window.
<HTML>
This file (modalDialogSource.htm), stores the code for the modal window. The object sent to this modal window is retrieved using the dialogArguments property.
<HTML>
Standards Information
There is no public standard that applies to this property.
Applies To
|
window |
Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |