0

尝试在 WindowsXP SP3、IE8 上安装 Chrome Frame,使用以下命令:

<script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>

  $('#chrome1').on('click',function(e) {
      e.preventDefault();
      CFInstall.check({
        mode: "overlay",
        url: "http://www.google.com/chromeframe/eula.html?user=true",
        destination: "www.mysite.com"
    });
  });

在安装过程中,我得到“此内容无法在框架中显示”。由于谷歌推荐的安装方法(http://www.chromium.org/developers/how-tos/chrome-frame-getting-started),我想知道为什么我会得到这个?

4

0 回答 0