📄 vip.asp
字号:
<!--#include file="top.asp"--><%usertopview%>
<%if request("action")="vip" then
conn.execute("update SMT_yp set SMT_vip=1 where SMT_id="&session("id"))
if cityvipp=1 then
fy="\n\nvip会员的升级费用为 "&cityvippm&" 元/年\n\n请您务必在 "&cityjysj&" 个工作日内交齐所有费用,以便您的工作能正常开展!"
end if
response.write"<script>alert('升级成功!"&fy&"');window.open('vip.asp?action=reh','_self')</script>"
response.end
elseif request("action")="reh" then
response.write"<meta http-equiv=""refresh"" content=""0;URL=admin.asp"">"
response.end
end if%>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
<tr>
<td width="160" valign=top bgcolor=#efefef>
<!--==============-->
<!--#include file="left.asp"-->
<!--==============-->
</td>
<td width="600" valign=top>
<!--==============-->
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td height=25>您现在的位置是:管理中心 > 升级VIP会员</td></tr>
<tr>
<td>
<!--####################################-->
<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor=#6C94D1>
<tr>
<td height=25 bgcolor=#6C94D1> <font color=white>VIP 会员条款</font></td>
</tr>
<tr>
<td bgcolor=#ffffff height=25>
<!--======-->
<table width="80%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td height=300><textarea name="cityusertk" cols="75" rows="20" readonly><%=code_bl(cityviptk)%></textarea></td>
</tr>
<tr>
<td height=40 align=center><input type="button" name="Submit2" onclick="javascript:window.open('vip.asp?action=vip','_self')" value=" 确定升级 "> <input type="button" name="Submit2" onclick="javascript:history.go(-1)" value=" 考虑一下 "></td>
</tr>
</table>
<!--======-->
</td>
</tr>
</table>
<!--####################################-->
</td>
</tr>
<tr><td height=25></td></tr>
</table>
<!--==============-->
</td>
</tr>
</table>
<!--====== bottom ========-->
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor=#ffffff>
<tr><td height=2 bgcolor=#6C94D1></td></tr>
<tr>
<td align="center" height=80><%=citybottom%></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -