Results 1 to 4 of 4

Thread: [RESOLVED] How Do I fill in a dropbox on a form?

  1. #1

    Thread Starter
    Fanatic Member newprogram's Avatar
    Join Date
    Apr 2006
    Location
    in your basement
    Posts
    769

    Resolved [RESOLVED] How Do I fill in a dropbox on a form?

    Any Help !! I need to filling in a dorp box on a web form here the code

    <tr >
    <td align="right" width="150" class="yregfieldtitle"><span class="yregasterisk">*</span>&nbsp;<LABEL for="sex" accesskey="G">Gender:</LABEL></td>
    <td nowrap width="10"><spacer type="horizontal" width="10"></td>
    <td align="left" width="560">
    <select name=".sx"id="sex"><option value="">[Select]
    <option value="m">
    Male
    <option value="f">
    Female</select>
    </td>


    Iv tried WebBrowser1.Document.getElementById("sex").Value = M
    and WebBrowser1.Document.getElementById(".sx").Value = M

  2. #2
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: How Do I fill in a dropbox on a form?

    WebBrowser1.Document.getElementById(".sx").Value = "m"
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  3. #3

    Thread Starter
    Fanatic Member newprogram's Avatar
    Join Date
    Apr 2006
    Location
    in your basement
    Posts
    769

    Re: How Do I fill in a dropbox on a form?

    Quote Originally Posted by Static
    WebBrowser1.Document.getElementById(".sx").Value = "m"
    Thank Static works great!!!!!

  4. #4
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: [RESOLVED] How Do I fill in a dropbox on a form?

    no prob
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

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