Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/string/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript IE上的Google登录API脚本错误_Javascript_Internet Explorer_Google Oauth - Fatal编程技术网

Javascript IE上的Google登录API脚本错误

Javascript IE上的Google登录API脚本错误,javascript,internet-explorer,google-oauth,Javascript,Internet Explorer,Google Oauth,我的网站允许人们使用他们的谷歌帐户登录,除了IE 7和10版之外,其他浏览器都可以正常工作 加载主页时,会显示“脚本错误”。我不知道如何处理这样的一般错误消息。详情如下: Line: 0 Char: 1 Error: Script error Code: 0 URL: https://accounts.google.com/o/oauth2/postmessageRelay?parent=[mysitedomain] 行:0 字符:1 错误:脚本错误 代码:0 网址:https://accoun

我的网站允许人们使用他们的谷歌帐户登录,除了IE 7和10版之外,其他浏览器都可以正常工作

加载主页时,会显示“脚本错误”。我不知道如何处理这样的一般错误消息。详情如下:

Line: 0 Char: 1 Error: Script error Code: 0 URL: https://accounts.google.com/o/oauth2/postmessageRelay?parent=[mysitedomain] 行:0 字符:1 错误:脚本错误 代码:0 网址:https://accounts.google.com/o/oauth2/postmessageRelay?parent=[我的网站域名] 我尝试禁用脚本解析功能,然后再次运行该站点。现在它显示如下

Line: 839 Char: 1 Error: Object doesn't support this property or method Code: 0 URL: https://accounts.google.com/o/oauth2/postmessageRelay?parent=[mysitedomain] 电话号码:839 字符:1 错误:对象不支持此属性或方法 代码:0 网址:https://accounts.google.com/o/oauth2/postmessageRelay?parent=[我的网站域名] 我在浏览器中打开链接,但它不显示任何内容

你有什么想法吗


提前感谢可能遇到此错误的人

似乎已将一个oauth2 iframe动态添加到我的页面

这个iframe加载一些其他脚本。其中一个脚本导致错误

我认为Google登录API库不支持IE 7,因为我尝试运行了其他几个支持Google登录的网站,但也出现了一个错误

无论如何,我在谷歌文档页面上找不到任何关于他们支持的浏览器版本的信息