Re: Forms with multiple submit buttons vs 'form' objects with single 'submit' methods

2006-04-14 Thread neil . fitzgerald
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'

Re: Forms with multiple submit buttons vs 'form' objects with single 'submit' methods

2006-04-13 Thread Paul Rubin
[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't they all do the same thing?

Re: Forms with multiple submit buttons vs 'form' objects with single 'submit' methods

2006-04-13 Thread Paul McGuire
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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 f

Re: Forms with multiple submit buttons vs 'form' objects with single 'submit' methods

2006-04-13 Thread Paul McGuire
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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 f

Re: Forms with multiple submit buttons vs 'form' objects with single 'submit' methods

2006-04-13 Thread Tim Williams (gmail)
On 13 Apr 2006 12:26:52 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: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, postforms, and eventually retrieve certain data.  Here's my question:  Suppose a fo

Forms with multiple submit buttons vs 'form' objects with single 'submit' methods

2006-04-13 Thread neil . fitzgerald
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