VB.net webbrowser控件单击单选按钮

时间:2018-04-13 13:58:24

标签: vb.net

如何点击

的单选按钮
<input name="years_option" value="all_years" type="radio">

以下代码不起作用。请帮忙。

WebBrowser1.Document.GetElementById("years_option").SetAttribute("all_years", "radio")

1 个答案:

答案 0 :(得分:0)

最后得到了另一个消息来源的答案。

 WebBrowser1.Document.GetElementById("years_option").SetAttribute("checked", True)