|
做模块没见过这样的,
登录页的代码:
<table cellspacing=0 cellpadding=0 width=247 border=0 align="center">
<tbody>
<tr>
<td height="28" style="line-height:180%"> 帐 号:
<input type="text" name="username" size="20" class="button1">
</td>
</tr>
<tr>
<td height="28" style="line-height:180%"> 密 码:
<input type="password" name="password" size="20" class="button1">
</td>
</tr>
<tr>
<td height="28" style="line-height:180%"> 附加码:
<input type="text" name="otherpwd" size="20" class="button1">
<font face="Arial, Helvetica, sans-serif">
4540
</font>
<input type="hidden" name="action" value="true">
<input type="hidden" name="postion" value="1">
<input type="hidden" name="reotherpwd" value="4540">
</td>
</tr>
</tbody>
</table>
测到的POST数据:
username=[用户名]&password=[密码]
&otherpwd=4540&action=true&postion=1&reotherpwd=4540&submit1.x=29&submit1.y=12
那个附加码和后面的X、Y值如何处理,请高手指点一下呀 |
|