bSuccess = object.execCommand(sCommand [, bUserInterface] [, vValue])
sCommand Required.
bUserInterface Optional. specifies one of the following values: false Default. Does not display a user interface.
true Displays a user interface, if the command supports one.
MSDN文档(2000版)如是说。
出现对话框并不是坏事,而是对用户友好,也是为了安全,设想一下假如没有对话框,某些恶意网站不知道要往你的计算机里塞多少东西!