Hi All,
I have an aspx page where i have added some javascript that makes use of ActiveX controls to export some data to excel.
The site is added to trusted sites but the browser setting "Initialize and script activeX controls not marked as safe for scripting" is disabled for this zone by the GPO settings. So even if this is enabled manually, it gets reset eveytime the machine is restarted.
I have a vbscript that enables this setting when run manually.
Is it possible for me to add this script in the page and enable the setting whenever this page loads?
I know this defeats the purpose of the setting, but i just want to know if this is possible somehow. Please let me know.