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

📄 vipcount.asp

📁 购物系统(本版为正式商业版
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="adminset.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
end if
'if session("flag")>1 then
'response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
'response.End
'end if
'if qx15<>1 then
'response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
'response.End
'end if

Set rs = Server.CreateObject("ADODB.Recordset")
rs.open "select * From shop_vipcount",conn,1,1
%>
<html>
<head>
<title></title>
<script>
function IsDigit()
{
  return ((event.keyCode >= 48) && (event.keyCode <= 57));
}
</script>
<meta http-equiv="目录类型" content="文本/html; 字符集=gb2312">
<link href="../css.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<center>
  <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/right_top2.gif">
    <tr>
      <td width="1%">&nbsp;</td>
      <td width="99%"><table width="100%" border="0" cellspacing="0" cellpadding="5">
          <tr>
            <td width="30%" height="32" style="font-size:14px;color:#000000">&nbsp;<strong>批发价条件管理</strong></td>
            <td width="70%" align="right">&nbsp;</td>
          </tr>
      </table></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <table border="0" width="90%" cellpadding="3" cellspacing="1" style="border-collapse: collapse" bgcolor="#9DB2D4">
    <tr bgcolor="#C7D3E6" height=25> 
        
      <td height="30" colspan="11" align="center"><font color="red">规定普通用户购买数量为多少时可享受与VIP会员同样的优惠价格</font></td>
    </tr>
     
    <form method="post" action="vipcountsave.asp">
      <tr height=25 bgcolor="#F0F3F8"> 
        <td height="14"  align=center>设置数量</td>
        <td height="-2" colspan=4 align=center> 
        当购买达到
        <input class="wenbenkuang" type="text" name="vipcount" size="22" value="<%=rs("vipcount")%>">
        件时按VIP价计算 </td>
        
      </tr>
      <tr height=25 bgcolor="#F0F3F8">
        <td height="15"  align=center>设置金额</td>
        <td height="-1" colspan=4 align=center>当购买达到          <input class="wenbenkuang" type="text" name="vipjine" size="22" value="<%=rs("vipjine")%>">
        金额时按VIP价计算</td>
      </tr>
      <tr height=25 bgcolor="#F0F3F8">
        <td height="30"  align=center>会员申请VIP会员所需要积分</td>
        <td height="-1" colspan=4 align=center><input name="VIPID" class="wenbenkuang" type="text" size="10" value="<%=trim(rs("VIPID"))%>" onKeyPress="event.returnValue=IsDigit();" >
当会员申请后会自动减掉这里所设置的积分</td>
      </tr>
      <tr height=25 bgcolor="#F0F3F8">
        <td height="30" colspan="5"  align=center><input type="submit" name="Submit2" value="修改" class="go-wenbenkuang"></td>
      </tr>

    </form>
  </table>
  <p>&nbsp;</p>
  <!--#include file="copyright.asp"-->
</center>
</body>
</html>

⌨️ 快捷键说明

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