Click here to Skip to main content
15,903,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
Is there any way to find that the web site is added already in trusted sites list for Internet Explorer using registry values?
I know reading registry through javascript is not a good programming but it is my intranet application and I have to do it to achieve some functionalities.

Any help appreciated.

Thanks,
Lok
Posted

1 solution

No there is no way to read Registry settings of a Windows OS through JavaScript. The JavaScript run in the sandbox of the browser and has no knowledge of the system running the browser.

This would be one huge security hole. You can just imagine the problems if a web site was allowed to access a clients system.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 16-Dec-15 2:26am    
Correct, a 5.
—SA
Lokesh Zende 16-Dec-15 4:12am    
Yes we can read registry values. I have already done that. But just don't know where to look for sites added in trusted zone.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900