Results 1 to 2 of 2

Thread: InnerHtml -- Submitting form.

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2009
    Posts
    4

    InnerHtml -- Submitting form.

    I'm working on a easy-login client, but I can't hit submit for the love of god.. my code looks a bit like this:
    Me.WebBrowser1.Document.All("Username").SetAttribute("value", txtUser)
    Me.WebBrowser1.Document.All("Password").SetAttribute("value", txtPw)
    Me.WebBrowser1.Document.Forms(0).InvokeMember("Login")

    I'm pretty certain I have the name right for login.. The User and password fill in wonderfully.. Any suggestions? (I've tried this on other web forms and I couldn't hit submit on them, either)

  2. #2
    Addicted Member
    Join Date
    Feb 2008
    Location
    XP & Vista
    Posts
    181

    Re: InnerHtml -- Submitting form.

    Already couple of post regarding the autologin posted here, search it...

    If you can't find provide the source page of your login client web!
    _____________________________________________
    Regrads,
    kpmsivachand

    Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead;
    Walk beside me, and just be my friend.

    Need Reviews: 1. PDF Split, PDF Merge, PDF Encrypt, PDF Decrypt and PDF Watermark

    Need Reviews: 2. Folder Locker | Lock Folder | File Locker | Locker | Encrryption | Encrypt

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