1

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>

管理者権限を必要としないユーザー固有のインストーラーをユーザーに紹介していることに注意してください。ただし、インストールは引き続きブロックされる可能性があります...

4

0 に答える 0