zoukankan      html  css  js  c++  java
  • DZ外部调用登陆

    <!--论坛登录-->
    <table width="998" align="center" cellspacing="0" bgcolor="#F1F5FF">
    <form method="post" name="login" action="http://网站地址/bbs/logging.php?
    action=login&loginsubmit=true">
    <input type="hidden" name="formhash" value="9e4cfebf">
    <input type="hidden" name="referer" value="http://网站地址/bbs/index.php">
    <tr>
    <td width="13%"><span>
    <input type="radio" name="loginfield" value="username" checked
    onclick="document.login.username.focus();">
    <span>用户名</span>
    <input type="radio" name="loginfield" value="uid"
    onclick="document.login.username.focus();">
    <span>UID</span></span></td>
    <td width="13%">
    <span>
    <input type="text" name="username" size="15" maxlength="40" tabindex="2">
    </span></td>
    <td width="4%"><span>密码</span></td>
    <td width="21%"><span>
      <input type="password" name="password" size="25" tabindex="3" />
    </span></td>
    <td width="6%"><div><div><input
    class="STYLE1" type="submit" name="loginsubmit" value="登录">
    </div></div></td>
    <td width="6%"><span> <a href="http://网站地
    址/bbs/register.php">立即注册</a></span></td>
    <td width="37%"><span> <a href="http://网站地
    址/bbs/member.php?action=lostpasswd">忘记密码</a></span></td>
    </tr>
    </form>
    </table>
    <!--论坛登录-->

    /member.php?mod=logging&action=login&loginsubmit=true

  • 相关阅读:
    保险实战
    单片机的应用(位操作)
    显示转换(类型转换)
    游泳池的容量
    消失的重量(隐式变换)
    物品交换(变量)
    物品的存放(变量)
    输出变量的界值(int、float、long.....)
    在屏幕上输出内容
    C#笔记
  • 原文地址:https://www.cnblogs.com/wangchuang/p/2475572.html
Copyright © 2011-2022 走看看