On Jul 19, 11:09 pm, gravey <[EMAIL PROTECTED]> wrote: > The URL looks like this: > > file:///C|/Temp/Google%20Maps/linktothis.htm?lat=45.0&lng=-20.0&zoom=4&type =k > > The Javascript gets the URL from the Javascript location object and > parses it. I'm assuming that the location object has some kind of > Windows equivalent that might be set using win32com.client. Can anyone > shed any light on this? > > Thanks
The location object is just your url. So, if the url of the page you open in IE is parsed by javascript, then you need to use a url with the proper information in it. -- http://mail.python.org/mailman/listinfo/python-list