【发布时间】:2013-02-22 11:52:37
【问题描述】:
我试过了
openDialog('http://stackoverflow.com');
和
openDialog('http://localhost');
两者都抛出异常:
SecurityError: The operation is insecure
在火狐和
Uncaught ReferenceError: openDialog is not defined
在铬中
openDialog() 并非在所有浏览器中都可用?
我在本地机器上工作。
【问题讨论】:
-
MDN 说
Not part of any standard.
标签: javascript opendialog