Re: [python-win32] Intenet explorer using PythonWin Help

2010-12-22 Thread Mike Driscoll
On 1:59 PM, Pat McGuire wrote: I am new at programming with Python and am using Pythonwin. I have a couple of questions' 1. The code below after doc.FormName.submit() will navigate to the correct page but if I print the url it shows the url of the page I logged in at. I thought submit

Re: [python-win32] Intenet explorer using PythonWin Help

2010-12-22 Thread Tim Roberts
Pat McGuire wrote: Hi Tim, Code is below with psuedo information As I suggested in my first response, your first problem is that you are not waiting for the submit to complete. The IE control is asynchronous; it returns immediately, before the request has actually finished. You need

[python-win32] Intenet explorer using PythonWin Help

2010-12-21 Thread Pat McGuire
I am new at programming with Python and am using Pythonwin. I have a couple of questions' 1. The code below after doc.FormName.submit() will navigate to the correct page but if I print the url it shows the url of the page I logged in at. I thought submit would be just like if I clicked on

[python-win32] Intenet explorer using PythonWin Help

2010-12-21 Thread Pat McGuire
I am new at programming with Python and am using Pythonwin. I have a couple of questions' 1. The code below after doc.FormName.submit() will navigate to the correct page but if I print the url it shows the url of the page I logged in at. I thought submit would be just like if I