[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

[python-win32] Help with accessing form elements and setting focus.

2010-12-22 Thread Pat McGuire
I am new at programming with Python and am using Pythonwin. Is there a site that will show me how to access each type of form element, i.e. option, hrefs, links or examples of this. Also how to set focus on a form element. Any help is greatly appreciated.