问题描述:
浏览器控件自动提交的 表单里 有checkbox多选框,怎么写?其他输入框是这样写的比如,dotype是 普通文本输入框
mshtml.IHTMLInputElement dotype= (mshtml.IHTMLInputElement)((mshtml.IHTMLDocument2)this.axWebBrowser1.Document).all.item("dotype",0);
dotype.value = "1981";
那么 checkbox多选框怎么写呢?
问题解答:
瞎写