webbrowser.SetAttribute for multiple values?

xzibited2

Active member
Joined
Jul 9, 2008
Messages
26
Programming Experience
1-3
Guys - Having a hard time figuring this one out, and have so far been unsuccessful. I'm manipulating a web form that has a listbox where I need to select multiple values. Here is the line that successfully selects one of the values:

VB.NET:
WebBrowser1.Document.GetElementById("Office").SetAttribute("Value", 1)

Any ideas how to select multiple values?
 
Back
Top