如何检查客户端系统中打开的窗口

问题描述:

大家好,



我必须在ASP.net中编写一个代码,它将检查客户端系统中所有窗口的打开状态。

如果在客户端系统,Internet Explorer,记事本,ms办公室打开,那么应用程序将检查并告诉客户端系统IE,记事本和ms办公室正在运行,

我们可以使用Java脚本???

请提供一些解决方案。我知道它存在安全漏洞,但它是我们项目中的一项要求,因为我们正在准备一个跟踪系统。



谢谢

Hi All,

I have to write a code in ASP.net ,which will check what all windows are open in client system.
like if in client system,internet explorer,note pad,ms office is open , so the application will check and tell that in client system IE,notepad and ms office is running,.
Can we use Java script for this???
Please provide some solution.I know its a security breach but its a requirement in our project because we are preparing a tracking system.

Thanks

由于安全问题,一般不支持从Web应用程序访问客户端系统。



虽然有很多方法可以通过ActiveX或Silverlight来实现功能,但通常任何人(用户)都不会喜欢访问客户端系统的Web应用程序。对于我和许多人,我对任何此类功能或网站都不赞同。



这将是一个功能更多的安全漏洞。检查并告知软件是否打开和运行不是浏览器的工作。
Accessing client system from a web application is not supported in general because of security issues.

Though there are ways like ActiveX or Silverlight to do close by functionality but in general anyone(users) would not like a web application accessing client system. I big no to any such feature or website for me and many.

It will be more of security breach then a feature. It''s not browser''s job to check and tell the softwares open and running.