尝试使用以下命令在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)以来,我想知道为什么会这样做?