okay im havin a slight problem now locatin which info i need to fill in the "title" field after i select industry.. ive triedalsoVB Code:
WebBrowser1.Document.All.Item(".job").Value = "Analyst"and also 22 on its ownVB Code:
WebBrowser1.Document.All.Item(".job").Value = "Analyst;22"
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 havewhich 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 helpVB Code:
WebBrowser1.Document.All.Item(".ind").Value = "25"




Reply With Quote