+ Reply to Thread
Results 1 to 3 of 3

Submitting web form (cannot target submit button)

  1. #1
    Registered User
    Join Date
    06-27-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Submitting web form (cannot target submit button)

    Hi All,

    Hopefully someone has run into this, i searched the forum but could not find what i was looking for.

    Trying to automate a web submission using the following code:

    Please Login or Register  to view this content.
    It works perfectly when you have a normal form element, however the form i am trying to use has the submit button as follows:

    Please Login or Register  to view this content.
    Any ideas?

    Thanks,
    Carlo

    FYI - below is the code in full:

    Please Login or Register  to view this content.

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Submitting web form (cannot target submit button)

    getElementsByName returns a collection of elements, not a single element.

    You could try this but I can't guarantee it will work.
    Please Login or Register  to view this content.
    Or this, assuming what.Item(0) refers to an element on the form.
    Please Login or Register  to view this content.
    Again, no guarantee.
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    06-27-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Submitting web form (cannot target submit button)

    Norie,

    Thank you so much for the speedy reply and suggestions!

    Both of them work, however "what.Item(0).form.submit" seems to skip any validation javascript and force form submission.

    Thanks again!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1