yeahhh
so im making a bot
but when selecting a state, its a drop down menu, and when i view its selection source, the states dont have their own "name".....
they have this instead
<option value="Alaska">Alaska</option>
etcc....
heres some of the code
Code:
<select id="citySelect" name="County" class="txt3"><option value="">Select Region</option><option value="Alaska">Alaska</option>
i put
Code:
WebBrowser1.Document.GetElementById("County").SetAttribute("value", TextBox4.Text)
dont trip, county is the input name...
but, when i debug, and start it, the state doesnt fill out... neither does country....
any help??