I want to change the user setting and print the job and then change back with a javascript or PHP .
I have a script to create the button for the user to click on. Can you help with changing the setting before and after.
Before
I want to go to and check Tools\internet option\advanced\print background colors and images
<a href="javascript:window.print();">print</a>
After
I want to go to and UNcheck Tools\internet option\advanced\print background colors and images
Thanks