SCRIPT5009:'google'未定义

时间:2012-08-13 19:21:19

标签: wordpress undefined

这是我第一次使用wordpress而我正在使用3.4.1版本。 由于我使用了http://www.google.com/cse/,我的网站http://www.unicos.cc停止了IE的工作。它开始加载和加载,但如果你看一下脚本就会出现这个错误:

<script defer onreadystatechange='google.loader.domReady()' src=//:></script>

SCRIPT5009: 'google' is undefined 
www.unicos.cc, line 1 character 1

我在header.php上使用这个脚本:

<script>
  (function() {
    var cx = '000262504839720845383:sqkphv1egay';
    var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
        '//www.google.com/cse/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
  })();
</script>

这段代码用来调用我的页面上的函数-buscar.php(page-search):

<gcse:search></gcse:search>

您可以查看该网站。我的代码在那里,等待你的帮助。我也是。

感谢您的耐心等待!

1 个答案:

答案 0 :(得分:3)

您的网站在IE中仍为空白。

也许您应该将自定义搜索引擎切换为V1:

http://www.google.com/cse/&gt;&gt;获取代码&gt;&gt; “切换到搜索元素V1代码”

http://productforums.google.com/forum/#!topic/customsearch/ZIwVtE2i73E