Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All

In my project, I have to enable/Disable Browsers(IE, Crome, FF etc..) "automatic logon with current username and password", "Enable Script" settings.. using script.

I searched on google, but no use. Can any one knows about, How to enable/disable Browser settings using JavaScript/VB Script/JQuery?

Regards
Willington
Posted

1 solution

You don't need to search on the Web. All you need is to do some thinking.

It's quite enough to discuss the following situation you load the page with JavaScript and hope that JavaScript to enable scripting. If your script can be executed, it means scripting was already enabled. If scripting was disabled in the browser, your script is disabled, too.

Also think about this: if disabled scripting could possibly be enabled by a Web application, who would want to use such disabling, and such unsafe browser. No, Web application have no control over browser settings. It would defeat the purpose of those settings and would not make any sense.

So, this is not even about possible vs. impossible, the whole question simply makes no sense at all.

—SA
 
Share this answer
 
Comments
willington.d 17-May-13 10:44am    
Hi.. I would like to enable atleast "automatic logon with current username and password" in security tab in IE. Is it possible?
Sergey Alexandrovich Kryukov 17-May-13 10:55am    
Think again... Any results of thinking?
No, not from a Web application.
—SA

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