Results 1 to 6 of 6

Thread: [RESOLVED] Click button on webbrowser(autologin)

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2009
    Posts
    83

    Resolved [RESOLVED] Click button on webbrowser(autologin)

    Hi,


    I've managed to fill in the username and password with the necessary details but I can't seem to click the submit button.

    This method works on all other sites I've tried, but not this one. The button name is submit (Tryed all from source and looped through the input elements which it can't be found on there).

    Might it be on another form or is it somthing to do with JS?

    https://www.

    Thanks

    code I used:

    Code:
    webbrowser1.document.getelementbyid("name").invokemember("click")
    and other methods to click the button, but nothing.

    p.s i'm sure the button is called submit?
    Last edited by meight; Jan 3rd, 2010 at 09:09 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width