
December 31st, 2012, 03:27 PM
|
|
|
|
Script blocking in WebBrowser
I wrote a Web Browser application in VB6 using Microsoft's WebBrowser control. It is very closely tied to Internet Explorer, but getting rid of all the fluff in IE makes the application very responsive. There are 2 functions that I consider critical in a Web Browser. One is tabs (which I was able to get around), and the other is selective script blocking. Internet Explorer does not offer such a feature, and no one makes an add-on to perform that function.
Prior to Version 7 of IE, you could stream the page data, modify it to suit, and then forward it to the HTML rendering agent. But current versions of IE do not appear to offer that function. Does anyone have any ideas as to how selective script blocking could be implemented?
J.A. Coutts
|