'dialogArguments' Syntax and Note : dialogArguments « Javascript Properties « JavaScript Reference





'dialogArguments' Syntax and Note

Note:

Read-only property. 
Returns the parameter array passed to showModalDialog() or showModelessDialog().
    
Syntax:
    
window.dialogArguments

    

      
      










Related examples in the same category

1.'dialogArguments' Example
2.'dialogArguments' is applied to