Results 1 to 3 of 3

Thread: Same id on website using vb

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2018
    Posts
    6

    Same id on website using vb

    On the webpage there are Same id but i want to enter information to second one on website using vb.
    Their informations blow there:

    <input name="username" id="username" type="text" class="user" autocomplete="off"
    placeholder="Kullanıcı Adı">

    <input type="text" id="username" class="input4"
    autocomplete="off" name="username" value="" required=""
    data-required="" data-pattern="^[a-zA-Z][a-zA-Z0-9]+$"
    data-minlenght="6" data-maxlenght="12"
    onkeyup="clearNonAlphaNum(this)">


    its writen different textbox on webpage , i want second one.
    Please help me i need that too much.
    There is 2 same id on the page but i want to enter information second one.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: Same id on website using vb

    So get those elements into a collection and then use the second item in that collection.

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2018
    Posts
    6

    Re: Same id on website using vb

    how will i do that can you help me please.

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