|
本帖最后由 botaaaaa 于 2009-5-5 20:59 编辑
<form action="{$FR_系统目录}login.asp?Action=login&LoginChannel={$FR_会员类型编号}" method="post" name="loginform" id="loginform" onSubmit="return check(this);">
<ul><li class="l1">用户名:<input type="text" maxlength="20" name="login" class="hui" /></li>
<li class="l1">密 码:<input name="pwd" maxlength="20" type="password" class="hui" /></li>
<li class="l2"><input name="jizhu" type="checkbox" value="1" style="border:0;clip:rect(1px, 1px, 1px,1px);" />自动登录 <input type="image" src="../img/denglu_n.gif" onclick="this.submit()" style="margin-left:5px;" /></li>
<li class="l4"><a href="about/email.html" rel="external" class="hei">忘记密码</a><a href="reg.html" rel="external" class="hei">新会员注册</a></li>
</ul>
</form>
<script language="javascript" src="{$FR_系统目录}login.asp?Action=unlogin&LoginChannel={$FR_会员类型编号}"></script> |
|