views:

11

answers:

1

Is there any way to detect the internet security setting using javascript or through C# code

A: 

I think it depends on Browser and OS how you can do this and most of all, if you like to do it from within the browser or not.
You can do it for example for Windows/IE using JScript. But ususally not within the browser, because you will have to read the registry.

Dr.Molle