⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xshpj.asp

📁 销售系统,包括配件录入,配件销售,配件修改,设置反点条件,VIP用户网上购买等
💻 ASP
字号:
<!--#include file="conn.asp" -->
<!--#include file="config.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>xshpj</title>
</head>
<body bgcolor="#CCCCCC">
<%
dim pass,acction1
acction1=request.Form("acction1")
response.Write(acction1)
pass=request.form("pass")
if pass<>xshpass then%>
<table border="0" width="100%" height="100%">
  <tr>
    <td valign="middle" align="center">
	 <form name="form1" method="post" action="">
       <p>密 码:
         <input type="password" name="pass"  style="BORDER-BOTTOM: #FFFFFF 1px double; BORDER-LEFT: 1px; BORDER-RIGHT: 0px; BACKGROUND: #efefef; COLOR: #000000" tabindex="1" >
		 <input type="hidden" name="acction1" id="acction1" value="<%=request.QueryString("acction1")%>">
         <input type="submit" value="确定">
       </p>
     </form>
	</td>
  </tr>
</table>
<script>
onLoad=form1.pass.focus();
</script>
<%
response.End()
end if%>
<%if acction1="tjuser" then%>
<table border="0" width="100%" height="100%">
  <tr>
    <td valign="middle" align="center">
	 <form name="form1" method="post" action="">
       <p>密 码:
         <input type="text" name="username"  style="BORDER-BOTTOM: #FFFFFF 1px double; BORDER-LEFT: 1px; BORDER-RIGHT: 0px; BACKGROUND: #efefef; COLOR: #000000" tabindex="1" >
		 <input type="hidden" name="acction1" id="acction1" value="saveuser">
      </p>
     </form>
	</td>
  </tr>
</table>
<script>
onLoad=form1.username.focus();
</script>
<%end if%>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -