?? vipcount.asp
字號(hào):
<!--#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('網(wǎng)絡(luò)超時(shí)或您還沒有登陸!');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>您沒有此項(xiàng)目管理權(quán)限!</b></font></div>"
'response.End
'end if
'if qx15<>1 then
'response.Write "<div align=center><font size=80 color=red><b>您沒有此項(xiàng)目管理權(quán)限!</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%"> </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"> <strong>批發(fā)價(jià)條件管理</strong></td>
<td width="70%" align="right"> </td>
</tr>
</table></td>
</tr>
</table>
<p> </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">規(guī)定普通用戶購(gòu)買數(shù)量為多少時(shí)可享受與VIP會(huì)員同樣的優(yōu)惠價(jià)格</font></td>
</tr>
<form method="post" action="vipcountsave.asp">
<tr height=25 bgcolor="#F0F3F8">
<td height="14" align=center>設(shè)置數(shù)量</td>
<td height="-2" colspan=4 align=center>
當(dāng)購(gòu)買達(dá)到
<input class="wenbenkuang" type="text" name="vipcount" size="22" value="<%=rs("vipcount")%>">
件時(shí)按VIP價(jià)計(jì)算 </td>
</tr>
<tr height=25 bgcolor="#F0F3F8">
<td height="15" align=center>設(shè)置金額</td>
<td height="-1" colspan=4 align=center>當(dāng)購(gòu)買達(dá)到 <input class="wenbenkuang" type="text" name="vipjine" size="22" value="<%=rs("vipjine")%>">
金額時(shí)按VIP價(jià)計(jì)算</td>
</tr>
<tr height=25 bgcolor="#F0F3F8">
<td height="30" align=center>會(huì)員申請(qǐng)VIP會(huì)員所需要積分</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();" >
當(dāng)會(huì)員申請(qǐng)后會(huì)自動(dòng)減掉這里所設(shè)置的積分</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> </p>
<!--#include file="copyright.asp"-->
</center>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -