码迷,mamicode.com
首页 > Web开发 > 详细

axWebrower 如何 输入 内容并提交

时间:2017-07-08 11:22:41      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:内容   cli   pre   word   web   val   nbsp   cti   找不到   

 mshtml.IHTMLDocument2 doc2 = (mshtml.IHTMLDocument2)axWebBrowser1.Document;
                mshtml.IHTMLElementCollection inputs;
                inputs = (mshtml.IHTMLElementCollection)doc2.all.tags("INPUT");
                mshtml.IHTMLElement element = (mshtml.IHTMLElement)inputs.item("j_username", 0);
                mshtml.IHTMLInputElement inputElement = (mshtml.IHTMLInputElement)element;
                //用户名1/密码1
                inputElement.value = "用户名1";
                element = (mshtml.IHTMLElement)inputs.item("j_password", 0);
                inputElement = (mshtml.IHTMLInputElement)element;
                inputElement.value = "密码1";
                element = (mshtml.IHTMLElement)inputs.item("imageField", 0);
                element.click();

axWebrower 如何 输入 内容并提交 So Easy !  Mark ,省得自己找不着。

mshtml 找不到? 私我。这货真心不好找。

axWebrower 如何 输入 内容并提交

标签:内容   cli   pre   word   web   val   nbsp   cti   找不到   

原文地址:http://www.cnblogs.com/xiaee/p/7135995.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!