简体   繁体   English

是否可以在IE ActiveX控件中唤起Chrome Frame

[英]Is it possible to evoke Chrome Frame in IE ActiveX control

I have an application which uses embedded IE as a viewer. 我有一个使用嵌入式IE作为查看器的应用程序。 However IE lacks needed feature available in Google Chrome Frame (GCF), but unfortunately GCF does not work in IE ActiveX control, but only in IE application. 但是,IE缺少Google Chrome浏览器内嵌框架(GCF)中可用的必需功能,但是很遗憾,GCF在IE ActiveX控件中不起作用,而仅在IE应用程序中起作用。

As GCF is ActiveX object, is it possible to write simple vbscript/jscript in HTML document (intended for viewing) that will load GCF and render the contents inside embedded IE? 由于GCF是ActiveX对象,是否可以在HTML文档(打算供查看)中编写简单的vbscript / jscript,以加载GCF并在嵌入式IE中呈现内容?

You can use ActiveX for Chrome Extension. 您可以将ActiveX for Chrome扩展程序。

  1. Enter "gcf:about:version" at the location bar. 在位置栏中输入“ gcf:about:version”。
  2. Right click to popup the right menu. 右键单击以弹出右键菜单。
  3. Click Inspect Element, You will get a window. 单击检查元素,您将获得一个窗口。
  4. Click the system icon of the window, select the open New Window Item. 单击窗口的系统图标,选择打开的“新窗口项”。
  5. Install the Extension into GCF. 将扩展程序安装到GCF中。

Have fun! 玩得开心!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM