[thelist] .NET detection

Jason Handby jasonh at corestar.co.uk
Tue Jan 25 18:59:42 CST 2005


Hi Mark,

 
> Is there a way to detect if the person has .NET framework 
> installed on their system using JavaScript?
> 
> Any help would be appreciated.


Internet Explorer's User Agent string will tell you what version of the
framework is installed:

  http://www.httprevealer.com/usage_dotnet.htm

You can access the User Agent string from Javascript as navigator.userAgent
.

HTH



Jason



More information about the thelist mailing list