谷歌加载程序导致浏览器更改位置 FF 或 chrome 中的空白页面
我在现有网页中使用谷歌加载程序时遇到问题。
当我调用例如
google.load("translate","1");
If FireFox 时,浏览器会更改其位置,试图从 google 加载某些内容,但它永远不会完成,而在 Chrome 中,页面只是变成空白。
以前有人经历过吗?
这些页面也执行了大量的 jquery、javascript 和 asp.net AJAX。但我找不到任何似乎导致它的原因。
谢谢!
I have an issue using the google loader in an existing webpages.
When I call e.g.
google.load("translate","1");
If FireFox, the browser changes it's location trying to load something from google which it never finishes and in Chrome the page just goes blank.
Has anyone experienced this before?
These pages are doing a lot of jquery, javascript and asp.net AJAX too. But I can't find anyting which seems to be causing it.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我遇到了同样的问题,过了一段时间我找到了这个解决方案。
http://markmail.org/message/vn57b44u7eqbrn3c
如果您发布脚本,我可能可以提供更多帮助
I had the same issue, after a while I found this solution.
http://markmail.org/message/vn57b44u7eqbrn3c
If you post your script I can probably provide more help
同样的问题,与 Allartk 建议的解决方案相同:将“回调”选项添加到 load() 调用中。
您可以在这里找到详细和更新的文档:
Google Loader API
示例:
Same issue, same solution as suggested by Allartk: adding the "callback" options to the load() call.
Here you can find detatailed and updated documentation:
Google Loader API
Example: