What is the best way to read and / or configure Internet Explorer settings from a web page in Javascript? I know that they are in the registry settings.
For example, I use JavaScript Diagram Builder to dynamically create bar charts on a web page. It uses background color in floating DIVs to generate bars. I would like to be able to read the browser settings for printing background colors, and if I do not check, either warn the user that the colors will not print, or select this option programmatically.
EDIT: since I think of products that do something similar, I think they basically just check if Java or JavaScript or Cookies are disabled, which can be done without reading the registry.
So, I think that the consensus on what I want to do should not be tried.
javascript internet-explorer settings registry
Ken paul
source share