2012-06-23 195 views
-2

HTML代碼選擇下拉菜單項[WEBBROWSER]

<label class="hideContent" for="select_price_category">Select a price category</label> 
<select id="price_category" style="margin-left:20px;" name="price_category"> 
<option price="1500" value="1">£300</option> 
<option price="995" value="2">£200</option> 
<option price="655" value="3">£300</option> 
</select> 

你怎麼做到這一點

+0

你究竟想要完成什麼? (並且'for =「select_price_category」'應該是'for =「price_category」'。) – 0b10011

+0

@bfrohs只是一個自動化的東西,用於選擇教育用下拉框(就像點擊它)。我已經看到有人這樣做爲一個,但不知道如何做這個Dim元素作爲HtmlElement = WebBrowser1.Document.GetElementById(「BirthMonth」) 昏暗的月份爲HtmlElement = element.GetElementsByTagName(「選項」)。Cast(Of HtmlElement).FirstAttribute(「selected」,「true」) End Sub – Bigcake

+0

@bfrohs please你能幫忙嗎 – Bigcake

回答