?? login.asp
字號:
<!--#include file="../paysettings.asp"-->
<!--#include file="mysqlfire.asp"-->
<%
'#############################################################
'# 賀喜支付平臺支付接口定單管理系統
'# v2.3
'# http://www.168reg.cn
'#
'# 版權所有: 株洲市和諧網絡科技發展有限公司
'#
'# 主頁地址: http://www.168reg.cn
'# 技術支持: support@168reg.cn
'# 技 術 QQ: 359465724
'# 技術QQ群:8246422,7048987
'#
'#############################################################
'# ·鄭重聲明:
'# ·此定單系統僅提供簡易版定單管理功能,其他功能,請自行開發。
'# ·由于用戶原因,可能導致定單數據丟失,請經常登錄管理區查看定單。
'# ·此程序不得隨意公開發布、銷售或進行其他非法轉讓。
'# ·如對此程序有任何疑問,請在管理區留言。
'#############################################################
if Request.Form("orderuser")<>"" and Request.Form("orderpass")<>"" then
if Request.Form("orderuser")=orderuser and Request.Form("orderpass")=orderpass then
session("adminorder")=orderuser
Response.Redirect("vieworder.asp")
Response.end
else
Response.write "用戶名和登錄密碼錯誤,請返回"
Response.end
end if
end if
%>
<html>
<head>
<title>商戶定單管理系統登錄</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body text="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="100%">
<br>
<form method="POST" action="login.asp">
<div align="center">
<center>
<table cellpadding="3" cellspacing="0" border="0" width="50%">
<tr class="innerborder">
<td valign="top" nowrap align="center" colspan="2">
<p align="center"><b>商戶定單管理系統-登錄</b></p>
</td>
</tr>
<tr class="active">
<td valign="middle" nowrap width="30%" align="right"><b>用 戶 名:</b></td>
<td valign="middle" nowrap width="70%"><input type="text" name="orderuser" size="20" maxlength="15"></td>
</tr>
<tr class="active">
<td valign="middle" nowrap width="30%" align="right"><b>密 碼:</b></td>
<td valign="middle" nowrap width="70%"><input type="password" name="orderpass" size="20" maxlength="16"></td>
</tr>
<tr class="active">
<td valign="middle" nowrap width="30%" align="right"></td>
<td valign="middle" nowrap width="70%"><input type="submit" value="登 錄" name="submit" style="background-color: #8099CC; color: #FFFFFF"></td>
</tr>
</table>
</center>
</div>
</form>
</td>
</tr>
</table>
</div>
</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -