关于 IHTMLDocument2 的一些使用方法,急啊
当提交帐号密码后,
有时登陆窗口,不显示验证码。
有时候显示。
我如何判断 WebBrowser 中这个登陆网页,是否显示验证码了呢?
网页代码如下:
<li id="reg_authkey_div" class='captchaField' style="display:none;">
<span class="value" style="float:left;"><label for="login_verify">验证码:</label></span>
<div style="float:left;padding-left:4px;">
<span class="ipt-box ipt-box2" style="float:left;"><input id="login_verify" class='captchaInput' type="text" /></span>
<img alt="关于 IHTMLDocument2 的一些使用方法,该怎么解决" title="点击刷新" id="login_authkey_img" class = "verify_img captchaImg"/>
</div>
<span class='info captchaInfo'></span>
</li>
[解决办法]