Results 1 to 2 of 2

Thread: Help With Form!

  1. #1

    Thread Starter
    Hyperactive Member AAG's Avatar
    Join Date
    Aug 2000
    Location
    United States
    Posts
    411
    Hi, i'm new to this forum, in fact i just found it today Anyways my question is what is of importance! I'm a beginner programmer, I have seen auto-form-filling programs, some illegal, some legal such as gator, etc... I was so impressed by these programs, I have decided to make one of my own for personal use The question is, I'm tryin to fill out a form from a well known site but can't seem to get it to work!

    The form uses <SELECT NAME="frp_birthday.xMonth">

    I tried this to autofill the text box
    webbrowser1.document.forms(0).frp_birthday.xDay.value = "01"

    Of course this doesn't work

    the value of this form is
    <OPTION VALUE="01" >January

    Can somebody post a way to get this type of form name to be autofilled!!
    Thanx in advance

  2. #2
    New Member
    Join Date
    Mar 2000
    Posts
    4

    Talking hi

    Well you could try it this way:

    WebBrowser1.Document.Forms(0).Item(nr).Value = "02"

    where nr stands for the place of the element within the form starting to count from 0.

    Greetings
    Greatone

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