|
本帖最后由 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> |
|