
tjreedy at udel
Jul 5, 2008, 3:27 PM
Views: 62
Permalink
|
|
Re: pythoncom InternetExplorer.Application don't work in vista || firefox pythoncom ?
|
|
gcmartijn[at]gmail.com wrote: > H! > > I using a script that opens a internet page in a small window (what I > can control) > In XP everything was working fine, but now I'm using Vista with IE7 > and this is what happends now: > > First a small window opens at the postion x0 y0 (like I want) but then > IE thinks "Hey lets open a other main window too". > And that window opens the url 'http://www.google.nl' Perhaps on XP you changed the IE homepage to about:blank. On your Vista machine, it is set to Google, perhaps by the manufacturer (for a fee). Try changing it. -- http://mail.python.org/mailman/listinfo/python-list
|