Hi, im using win32com 's webbrowser module. i have some question about it.. is it possible to disable image loading to speed up webpage load? any help ,much appreciate thanks in advance -- View this message in context: http://old.nabble.com/disable-image-loading-to-speed-up-webpage-load-... Sent from the Python - python-list mailing list archive at Nabble.com.
> Hi, > im using win32com 's webbrowser module. > i have some question about it.. > is it possible to disable image loading to speed up webpage load? > any help ,much appreciate > thanks in advance
> elca schrieb: >> Hi, >> im using win32com 's webbrowser module. >> i have some question about it.. >> is it possible to disable image loading to speed up webpage load? >> any help ,much appreciate >> thanks in advance
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, t...@probo.com Providenza & Boekelheide, Inc.
> 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, t...@probo.com > Providenza & Boekelheide, Inc. > -- > http://mail.python.org/mailman/listinfo/python-list