Home > Archive > PERL Beginners > March 2006 > How to change properties of IE 6.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to change properties of IE 6.0
|
|
|
| Hello all perl gurus,
i want to know how we can change the properties of browser through perl
for example :- setting internet options/ home page, disable script
debugging, display messages etc
please let me know how to proceed with this sort of program through perl
any tutorial link will also be helpful
Waiting for a great healp !!
Thanks
a b
| |
| Timothy Johnson 2006-03-29, 6:58 pm |
|
You'll probably find a lot of examples on the Internet and a lot of
technical documentation from Microsoft at http://msdn.microsoft.com
using Visual Basic and VBScript. You can easily convert most of these
to Perl using the Win32::OLE module.
Alternately, most of these settings can also be changed via the
Registry. The Win32::TieRegistry module works great for this.
Do a search in the archives for a recent message from me on using
Win32::OLE. I tried to cover as many of the bases as I could in a short
message. If you run into any trouble using those modules, let us know.
Actual COM automation and IE tweaking advice is a little OT.
-----Original Message-----
From: a b [mailto:testabhi@gmail.com]=20
Sent: Tuesday, March 28, 2006 8:42 PM
To: beginners@perl.org
Subject: How to change properties of IE 6.0
Hello all perl gurus,
i want to know how we can change the properties of browser through perl
for example :- setting internet options/ home page, disable script
debugging, display messages etc
please let me know how to proceed with this sort of program through perl
any tutorial link will also be helpful
Waiting for a great healp !!
Thanks
a b
|
|
|
|
|