DZ(Discuz!)外部HTML调用 会员登录框 代码

代码如下,请自行修改:

代码如下,请自行修改:

<!--论坛登录-->
<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>
<!--论坛登录-->

Related Posts