简体   繁体   English

浏览器详细信息来自javascript而不使用ActiveX控件

[英]Browser Details from javascript without using ActiveX controls

If i am using "window.navigator.userAgent" or "$.browser" then these are asking me to allow to run the ActiveX controls But My application should not use any of ActiveX controls. 如果我使用“window.navigator.userAgent”或“$ .browser”,那么这些要求我允许运行ActiveX控件但是我的应用程序不应该使用任何ActiveX控件。 Can anyone help me to find the solution for this?? 任何人都可以帮我找到解决方案吗?

In this instance, "ActiveX Controls" is Internet Explorer code for "JavaScript". 在这种情况下,“ActiveX控件”是“JavaScript”的Internet Explorer代码。

Don't load webpages directly from your file system using Internet Explorer. 不要使用Internet Explorer直接从文件系统加载网页。 Run them from a web server instead (which can be installed locally). 从Web服务器运行它们(可以在本地安装)。

You are running into a security feature designed to protect your files from malicious, downloaded HTML documents. 您遇到了一项安全功能,旨在保护您的文件免受恶意下载的HTML文档的侵害。 In principle, it is a good feature, but it has terrible messaging. 原则上,它是一个很好的功能,但它有可怕的消息。

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

相关问题 如何在使用JavaScript的情况下启用ActiveX控件 - How to enable activex controls in ie using javascript 如何在不使用javascript中的activex的情况下从客户端获取文件大小? - How to get file size from clientside without using activex in javascript? JavaScript:“ Internet Explorer限制此网页运行脚本或ActiveX控件”。 - JavaScript: “Internet Explorer restricted this webpage from running scripts or ActiveX controls”. 如何使用JavaScript从浏览器获取会话详细信息 - how to get the session details from browser using javascript 使用 IE 11 浏览器在没有 ActiveX 的客户端机器上运行命令 - Run a command on client machine without ActiveX using IE 11 Browser 是否有用于使用javascript访问Activex对象的跨浏览器解决方案 - Is there any cross-browser solution for accessing Activex objects using javascript 使用JavaScript在浏览器上拖放控件 - Drag and drop of controls on browser using javascript 在不使用ActiveX的情况下,使用javascript创建/编写文本/ xml文件 - Creating/Writing a text/xml file using javascript without using ActiveX 如何在不使用JavaScript的情况下不使用ActiveX插件的情况下生成XML文件 - How to generate XML file without using ActiveX plugin using javascript 使用 javascript 生成 .txt 文件而不使用 activex 和本地服务器 - Generate .txt file with javascript without using activex and local server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM