ysccf 发表于 2007-3-11 17:33:28

做模块没见过这样的,救下我吧!!!!!

做模块没见过这样的,
登录页的代码:
<table cellspacing=0 cellpadding=0 width=247 border=0 align="center">
          <tbody>
          <tr>
            <td height="28" style="line-height:180%"> 帐&nbsp;&nbsp;号:
            <input type="text" name="username" size="20" class="button1">
            </td>
          </tr>
          <tr>
            <td height="28" style="line-height:180%"> 密&nbsp;&nbsp;码:
            <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值如何处理,请高手指点一下呀

森林 发表于 2007-3-11 18:00:54

username=[用户名]&password=[密码]

&otherpwd=4540&action=true&postion=1&reotherpwd=[验证码]&submit1.x=29&submit1.y=12

rq204 发表于 2007-3-11 18:55:38

:lol 不用登陆也能发的
页: [1]
查看完整版本: 做模块没见过这样的,救下我吧!!!!!