码迷,mamicode.com
首页 > Windows程序 > 详细

window.showModalDialog 在谷歌Uncaught TypeError: undefined is not a function

时间:2018-10-12 10:59:01      阅读:317      评论:0      收藏:0      [点我收藏+]

标签:top   else   cat   http   use   useragent   showmodal   show   screen   

if(navigator.userAgent.indexOf("Chrome") >0 ){var winOption = "height="+height+",width="+width+",top=50,left=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,fullscreen=0"; return window.open(url,window, winOption);}else{ return window.showModalDialog(url, window, ‘dialogHeight: ‘ + height + ‘px; dialogWidth: ‘ + width + ‘px;edge: Raised; center: Yes; help: Yes;scroll:no; resizable: no; status: no;resizable:yes‘);}
---------------------
作者:xuke6677
来源:CSDN
原文:https://blog.csdn.net/xuke6677/article/details/41312563?utm_source=copy
版权声明:本文为博主原创文章,转载请附上博文链接!

window.showModalDialog 在谷歌Uncaught TypeError: undefined is not a function

标签:top   else   cat   http   use   useragent   showmodal   show   screen   

原文地址:https://www.cnblogs.com/asdyzh/p/9776168.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!