当使用后退按钮重新访问页面时,由于IE 8上的Google +图标,我收到Javascript错误。非常感谢任何想法/帮助。
这是我的代码:
<div class="googleplus1">
<g:plusone></g:plusone>
</div>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
以下是我收到的错误:
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BRI/2)
Timestamp: Wed, 13 Mar 2013 17:11:30 UTC
Message: m`I0_1363194676562
Line: 2
Char: 17
Code: 0
URI: https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en_US.I5-InDPlzyY.O/m=plusone/am=QQ/rt=j/d=1/rs=AItRSTMyDUrNu14AMpe4s29RHFxVrgAi-w/cb=gapi.loaded_0
以下是重现的步骤:
(1)使用Internet Explorer 8单击下面的链接;它显示巡航搜索结果。 (您可以关闭注册弹出窗口)。你会在标题中看到Goggle +图标。
(2)从搜索结果中选择任何项目。您会在下一页的标题中看到Google +图标。
(3)点击后退按钮返回搜索结果,你会收到一个javascript错误。 Google +图标无法加载。
提前致谢! SID