Paul Rubin wrote:
> [EMAIL PROTECTED] writes:
> > Here's my question: Suppose a form has more than one submit button.
> > Now the COM 'form' object has a 'submit' method that doesn't take any
> > arguments, so how do I tell it which button I want to press?
>
> What difference does it make? Don'
Hi all,
I'm using pywin to write a script that will commandeer internet
explorer to go to a certain website, where it will navigate menus, post
forms, and eventually retrieve certain data.
Here's my question: Suppose a form has more than one submit button.
Now the COM 'form' object has a 'su