Results 1 to 3 of 3

Thread: need abit help on html checkbox and combobox

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2012
    Posts
    22

    Question need abit help on html checkbox and combobox

    Hey guys, im new here and need your help, Im tryn to make a program to auto login, submit and assign stuff, so im kind of a stuck here.

    there is 3 combobox, and after setting the first one to value 2, the second combo box does not load, when using mouse it does

    This is how i did

    webpageelement.GetAttribute("name") = "region" Then
    WebBrowser1.Document.GetElementById("region").SetAttribute("selectedIndex", 2)

    This is how that HTML page is

    <select name="region" onchange="GameInfo.loadServerList(this.value, $(':select[name=server]', this.form))">
    <option>== Choose your region ==</option>
    <option value='1'>Value 1</option>
    <option value='2'>Value 2</option>
    <option value='3'>Value 3</option>

    </select>

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

    Re: need abit help on html checkbox and combobox

    There seems to be a bit of an epidemic of misplaced threads lately. The CodeBank forums are for sharing working code examples, not for asking questions. This question belongs in the ASP.NET forum, so I have asked the mods to move it there for you.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2012
    Posts
    22

    Re: need abit help on html checkbox and combobox

    oh, sorry for that, im new so didnt know, and thank you

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