1

我已经在 IE 8 中安装了 chrome 框架。然后在 HTML 页面中我添加了以下元标记

当我在线上传 HTML 页面并进行测试时,这可以正常工作。但是当我在本地测试它时它不起作用。

请告知如何解决这个问题。

谢谢

4

1 回答 1

0

What you have to do is create a new registry entry that will allow you to prefix any URL with "gcf:".

You can find the instructions here: http://www.chromium.org/developers/how-tos/chrome-frame-getting-started#TOC-Testing-Your-Sites

Once you have created the registry entry, you can now force IE to use Chrome Frame by prefixing the URL like so:

gcf:http://www.google.com

or

gcf:C:\tests\chromeFrameTest.html
于 2013-07-05T11:44:31.493 回答