| View previous topic :: View next topic |
| Author |
Message |
Eugene V. Goldberg Guest
|
Posted: Mon Jan 26, 2004 3:11 pm Post subject: block URLs |
|
|
Hello,
I need to block some URLs from being opened in IE.
They say i can use Browser Helper Objects somehow...Is it true?
Any samples/information?
Also is there a way to catch IE download and see file size
and be able to cancel?
Thanx,
Eugene.
|
|
| Back to top |
|
 |
Nelson F. Guest
|
Posted: Tue Jan 27, 2004 1:45 am Post subject: Re: block URLs |
|
|
| Quote: | I need to block some URLs from being opened in IE.
They say i can use Browser Helper Objects somehow...Is it true?
|
I've used the info about BHOs here some time ago. I can't help much other
than to point the way to Delphi+IE nirvana..
http://www.euromind.com/iedelphi/ie5tools.htm
| Quote: | Also is there a way to catch IE download and see file size
and be able to cancel?
|
http://www.euromind.com/iedelphi/downloadmanager.htm
|
|
| Back to top |
|
 |
Oliver Townshend Guest
|
Posted: Tue Jan 27, 2004 8:31 am Post subject: Re: block URLs |
|
|
| Quote: | I need to block some URLs from being opened in IE.
They say i can use Browser Helper Objects somehow...Is it true?
|
The simplest way (and you may find this unsatisfactory - it is hardly ole
automation) is to edit the hosts file in windowssystem32driversetc and
map the site to 127.0.0.1, eg:
127.0.0.1 localhost
127.0.0.1 ads.doubleclick.net
127.0.0.1 ad.doubleclick.net
which the program spybot does for you (if you want to blank ad sites)
(security.kolla.de)
Oliver Townshend
|
|
| Back to top |
|
 |
|