ShowModelDialog的返回值的問題
window.returnValue [ = vValue ]
Sets or retrieves the value returned from the modal dialog window
vReturnValue = window.showModalDialog(sURL [, vArguments] [, sFeatures])
sURL
Required. String that specifies the URL of the document to load and display.
Return Value
Variant. Returns the value of the returnValue property as set by the window of the document specified in sURL .
也就是說window.returnValue可以設置模態(tài)對話框的返回值。
posted on 2007-08-10 16:36 劉錚 閱讀(484) 評論(0) 編輯 收藏 所屬分類: JavaScript