Results 1 to 9 of 9

Thread: Web form filler help

Threaded View

  1. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2006
    Posts
    120

    Re: Web form filler help

    okay im havin a slight problem now locatin which info i need to fill in the "title" field after i select industry.. ive tried
    VB Code:
    1. WebBrowser1.Document.All.Item(".job").Value = "Analyst"
    also
    VB Code:
    1. WebBrowser1.Document.All.Item(".job").Value = "Analyst;22"
    and also 22 on its own

    now i have another new problem i closed it to run out to the store and came back and opened the saved project i did have
    VB Code:
    1. WebBrowser1.Document.All.Item(".ind").Value = "25"
    which selected the industry but not the "job title" but i could manually select the job title now its blank and ive tried changin it etc but it just remains blank so obviously i need advise on what i did wrong there if anyone can help
    Last edited by ally01; Jul 18th, 2006 at 06:58 PM.

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