有什么方法可以检测 Google Chrome Frame 的安装是否失败或被阻止?我正在使用 CFInstall 脚本。这是我的实现:
CFInstall.check(
{
preventPrompt: true,
destination: window.location.toString(),
onmissing: function ()
{
/* User clicks a button, iframe is shown... */
}
});
...
<iframe src="https://www.google.com/chromeframe/eula.html?user=true"
id="googlechromeframe"
name="googlechromeframe"></iframe>
请注意,我将用户指向用户特定的安装程序,它不需要管理员权限。安装仍然可以被阻止,但......