请问au3如何在label表单中自动输入文本?[已解决]
本帖最后由 tsys 于 2012-1-3 10:34 编辑初学au3,领导让我提交5000次,无奈只好试试au3了,先谢过大家了
以下是源代码:
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px;">
<tr>
<td colspan="4"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:6px;">
<tr>
<td width="36%">真实姓名:</td><td width="64%"><label>
<!--hdsayhello-->
<input type="hidden" name="hdsayhello" id="hdsayhello" value="8ddc6092-ecec-4168-8f7a-03ecfb4bdcb0" />
<!--hdsayhello-->
<input type="text" ID="txt_Name" name="txt_Name" maxlength="4"/>
</label></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:6px;">
<tr>
<td width="36%">身份证号:</td>
<td width="64%"><label>
<!--asp-->
<input type="text" ID="txt_IdCard" name="txt_IdCard" maxlength="18"/>
<!--asp-->
</label></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:6px;">
<tr>
<td width="36%" valign=bottom>验证码:</td>
<td width="64%" ><label><input style=" width:50px" type="text" ID="txt_VerCode" name="txt_VerCode" maxlength="4"/><img src="ValidateCode.aspx" onclick="this.src+='?'" /></label></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:6px;">
<tr>
<td width="32%" align="center"><input type="submit" name="Button1" value="提交" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("Button1", "", false, "", "Toupiao.aspx", false, false))" id="Button1" /></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
</table> 难道就没有人能解决这个问题?自己顶起来 帮顶。。你这验证码。。。。。 看验证码识别的程度了,这个应该不难实现. 本帖最后由 wsfda 于 2011-8-11 22:05 编辑
输入很简单了,关键是验证码哦,不过楼主可以做成半自动化,你只管输入验证码就行了,上面两个让au3帮你即可
最近刚写了个这东西,呵呵
需要的话,找我啊,太晚了,睡觉了啊 学习一下,谢谢! 搜答案的~ 学习下~
页:
[1]