« Return to Thread: disable image loading to speed up webpage load

Re: disable image loading to speed up webpage load

by Tim Roberts :: Rate this Message:

Reply to Author | View in Thread

elca <highcar@...> 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@...
Providenza & Boekelheide, Inc.
--
http://mail.python.org/mailman/listinfo/python-list

 « Return to Thread: disable image loading to speed up webpage load