简体   繁体   English

如何使用JAVASCRIPT以编程方式检查是否已安装应用程序?

[英]How to programatically check if an application is installed or not using JAVASCRIPT?

I have an ASPX page within which I have javascript code. 我有一个ASPX页面,其中有JavaScript代码。 I want to check wheather a particular application is installed in a system or not from my JavaScript code? 我想检查我的JavaScript代码中是否安装了特定的应用程序? Can any one kindly let me know how to achieve this in javascript. 谁能让我知道如何在javascript中实现这一目标。 I want to check if a particular version of flash player is installed in my system or not? 我想检查系统中是否安装了特定版本的Flash Player?

(My java script is on server side & it should find if an application is installed in client machine or not) (我的Java脚本在服务器端,它应查找客户端计算机中是否安装了应用程序)

Thanks IN Advance. 提前致谢。

Well first of all, the javascript is not on your serverside. 首先,JavaScript不在您的服务器端。 As it will be called on the client side. 因为它将在客户端调用。

I would recommend SWFObject to determine if Flash is installed or not. 我建议使用SWFObject来确定是否安装了Flash。 I use it and it works pretty well. 我用它,效果很好。

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

相关问题 如何使用JavaScript以编程方式检查是否安装了特定版本的Flash播放器。? - How to programatically check if a particular version of flash player is installed or not using JavaScript.? 如何使用javascript安装或不安装应用程序 - How to check app is installed or not using javascript 如何使用JavaScript检查是否安装了GEARS? - How do I check if GEARS is installed, using javascript? 如何在客户端系统中使用javascript检查是否安装了特定软件? - How to check whether specific software is installed or not using javascript in client system? 如何使用页面 JavaScript 检查是否安装了 Firefox WebExtension? - How to check if a Firefox WebExtension is installed or not with page JavaScript? 如何检查Firebug是否安装了javascript? - How do I check if firebug is installed with javascript? 检查应用程序是否安装了javascript - Check if app is installed with javascript 如何在一个表单中提交多个组合框并使用javascript(Quiz应用程序)进行检查? - How to submit multiple combobox in a form and check using javascript(Quiz application)? 使用ASP.Net在客户端上检查已安装的应用程序 - Check for installed application on client using ASP.Net Android和Javascript:如何在javascript中了解是否已在Android设备中安装了应用程序? - Android and Javascript: How to know in javascript that an application is installed in the Android device or not?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM