当前位置: 首页 > 图文教程 > 网络编程 > ASP > asp如何用discuz会员系统

ASP
ASP编程中15个非常有用的例子 (二)
ASP与JSP的比较(一)
ASP与JSP的比较(二)
ASP中五种连接数据库的方法
从ASP调用SQL中的图像
用排序串字段实现树状结构(例程:连接字串)
用排序串字段实现树状结构(例程:删除贴子)
用排序串字段实现树状结构(例程:回复表单)
用排序串字段实现树状结构(例程:显示贴子内容)
用排序串字段实现树状结构(例程:显示树)
用排序串字段实现树状结构(存储过程)
用排序串字段实现树状结构(库结构)
用排序串字段实现树状结构(原理)
remote script文档(转载自微软)(一)
remote script文档(转载自微软)(二)
remote script文档(转载自微软)(三)
remote script文档(转载自微软)(四)
remote script文档(转载自微软)(五)
remote script文档(转载自微软)(六)
remote script文档(转载自微软)(七)

ASP 中的 asp如何用discuz会员系统


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-12   浏览: 254 ::
收藏到网摘: n/a

复制代码 代码如下:

<form method="post" name="lForm" action="/bbs/logging.php?action=login">
<input type="hidden" name="formhash" value="6a49b97f">
<input type="hidden" name="referer" value="http://wwww.ruanchen.com/">
<input type="hidden" name="cookietime" value="315360000">
<input type="hidden" name="loginsubmit" value="提 交">
<td height="170" colspan="2" align="center" bgcolor="373737"><table width="434"
border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="276" height="9" align="left" valign="top"><img src="/upload/tech/20091012/20091012011832_f899139df5e1059396431415e770c6dd.gif"
width="276" height="9"></td>
<td width="168" rowspan="3" align="center" valign="middle"><a
href="javascript:f_submit()"><img src="/upload/tech/20091012/20091012011833_8dd48d6a2e2cad213179a3992c0be53c.gif" width="108" height="66"
border="0"></a></td>
</tr>
<tr>
<td height="137" align="center" valign="middle" bgcolor="282828"><table width="189"
border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="56" align="right" valign="middle" class="b3"><b class="s2">昵称:
</b></td>
<td width="125" align="left" valign="top"><input name="username" type="text"
class="s1"></td>
</tr>
<tr>
<td align="right" valign="middle"><span class="b3"><b class="s2">密码:
</b></span></td>
<td align="left" valign="top"><input name="password" type="password" class="s1"
onkeydown="if(event.keyCode==13)f_submit()"></td>
<input type=hidden name=CookieDate value=60><input type=hidden name=userhidden value=2>
<input type=hidden name=comeurl value="http://wwww.ruanchen.com/">
</form>