如何在Html文件中自动运行Active X控件 [英] How to auto run the Active X Controls in Html Files

查看:535
本文介绍了如何在Html文件中自动运行Active X控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用IE时,它总是要求我启动主动X控件。是否有任何方法或方法来激活Active X控件。

While using IE, its always asking me to start the active X controls. Is there any method or way to activate the Active X controls.

推荐答案

如果您在加载本地文件时询问警告,那么您所要做的就是在之后添加以下注释您的网页doctype:

If you're asking about the warning when loading local files, then all you have to do is add the following comment after your page doctype:

<!-- saved from url=(0014)about:internet -->

这样的事情:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- saved from url=(0014)about:internet -->

<html>
<head>
<title></title>

这篇关于如何在Html文件中自动运行Active X控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆