Re: disable image loading to speed up webpage load

2009-11-08 Thread elca
Tim Roberts wrote: > > elca 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?

Re: disable image loading to speed up webpage load

2009-11-05 Thread Tim Roberts
elca 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

Re: disable image loading to speed up webpage load

2009-11-04 Thread Irmen de Jong
On 4-11-2009 8:32, elca wrote: Diez B. Roggisch-2 wrote: Use urllib2. you can show me some more specific sample or demo? It's not even more than 1 click away in the Python standard lib documentation... how hard can it be? http://docs.python.org/library/urllib2.html#examples -irmen --

Re: disable image loading to speed up webpage load

2009-11-03 Thread elca
Diez B. Roggisch-2 wrote: > > 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 > > Use urllib2. > > Diez > -- > http://mail

Re: disable image loading to speed up webpage load

2009-11-02 Thread Diez B. Roggisch
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 Use urllib2. Diez -- http://mail.python.org/mailman/listinfo/python-list