disable image loading to speed up webpage load

Tim Roberts timr at probo.com
Fri Nov 6 01:52:58 EST 2009


elca <highcar at gmail.com> wrote:
>
>im using win32com 's webbrowser module.

Win32com does not have a webbrowser module.  Do you mean you are using
Internet Explorer via win32com?

>i have some question about it..
>is it possible to disable image loading to speed up webpage load?

If you are using IE, then you need to tell IE to disable image loading.  I
don't know a way to do that through the IE COM interface.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list