Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting Browser Properties Programmatically

Status
Not open for further replies.

JonathanC

Programmer
Oct 24, 2001
35
US
Is there a way for me to control the browser properties...

I have some specific requirements:

a)Set/Remove Page Headers/Footers on the File...Page Setup Menu
b)Enable/Disable Background on the Tools...Internet Options Menu...


How can I accomplish it? I have a book on javascript but it didn't discuss about it...I hope their's a way...
 
Based on the responses to a similar thread in this or the HTML and CSS forum, the only way to do this is to run an ActiveX control, and it modifies the registry! That means it will permanently change those values, and it also means that you'll get a popup warning about what you're trying to do. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top