| showModalDialog() This method is used to open a window which is similiar to the window.open() statement. It differs from this statement in that it does not have the same relationship as to its parent window. Content may not be written to the showModalDialog window from the parent, exept by scripting means using the window.dialogArguments() statement. syntax: showModalDIalog (URL, [arguments], [features] ) window
|