Consulting

Results 1 to 4 of 4

Thread: modifying the value in a text box

  1. #1
    VBAX Regular
    Joined
    Apr 2008
    Posts
    51
    Location

    modifying the value in a text box

    Hi,

    How do i modify the value in a text box called "username" from the webpage "AccountLogin" page using HTML DOM in VBA.i am using IE.

    i have HTML source code like below

    <html>
    <body>
    <form name="sendin" action="http://10.10.10.1/login" method="post">
    <input type="hidden" name="username" />
    <input type="hidden" name="password" />
    <input type="hidden" name="dst" value="" />
    <input type="hidden" name="popup" value="true" />
    </form>

    </body>
    </html>

    Thanks & Regards,
    Krrishna

  2. #2
    Moderator VBAX Guru Simon Lloyd's Avatar
    Joined
    Sep 2005
    Location
    UK
    Posts
    3,003
    Location
    Moved to correct forum.
    Regards,
    Simon
    Please read this before cross posting!
    In the unlikely event you didn't get your answer here try Microsoft Office Discussion @ The Code Cage
    If I have seen further it is by standing on the shoulders of giants.
    Isaac Newton, Letter to Robert Hooke, February 5, 1675 English mathematician & physicist (1642 - 1727)

  3. #3
    VBAX Regular
    Joined
    Apr 2008
    Posts
    51
    Location
    Could you please guide me to locate where the post has been moved to?

  4. #4
    Moderator VBAX Guru Simon Lloyd's Avatar
    Joined
    Sep 2005
    Location
    UK
    Posts
    3,003
    Location
    Yep, located here
    Regards,
    Simon
    Please read this before cross posting!
    In the unlikely event you didn't get your answer here try Microsoft Office Discussion @ The Code Cage
    If I have seen further it is by standing on the shoulders of giants.
    Isaac Newton, Letter to Robert Hooke, February 5, 1675 English mathematician & physicist (1642 - 1727)

Posting Permissions

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