July 1998
Intermediate to advanced
1456 pages
65h 5m
English
dialogArguments — NN n/a IE 4 DOM n/a
Read-only
String or other data type passed as extra arguments to a modal dialog
window created with the showModalDialog( ) method.
This property is best accessed by a script in the document occupying
the modal dialog to retrieve whatever data is passed to the new
window as arguments. It is up to your script to parse the data if you
include more than one argument nugget separated by whatever argument
delimiter you choose.
var allArgs = window.dialogArguments
var firstArg = allArgs.substring(0, allArgs.indexOf(";"))String, number, or array.
None.
Read now
Unlock full access