📄 xyvip.asp
字号:
<!--#include file="conn.asp"-->
%>
<html><head><title>幸运VIP用户管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../img/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--#include file="adminyh_top.asp"-->
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<form method="post" action="xyvipset.asp?action=update">
<tr>
<td colspan="6" align="center" background="../images/admin_bg_1.gif"><b><font color="#ffffff">幸运VIP会员</font></b></td>
</tr>
<tr align=center bgcolor=#E8F1FF>
<td width="10%">序 号</td>
<td width="20%">时 间</td>
<td width="20%">用户名</td>
<td width="20%">消费金额</td>
<td width="20%">返回金额</td>
<td width="10%">删 除</td>
</tr>
<tr bgcolor=#E8F1FF>
<td colspan="10" height=25 align="center" width="100%"> 还没有添加幸运用户 </td>
</tr>
</form>
</table><br>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="6" align="center" background="../images/admin_bg_1.gif"><b><font color="#ffffff">添加幸运VIP会员</font></b></td>
</tr>
<form method="post" action="xyvipset.asp?action=add">
<tr bgcolor=#E8F1FF>
<td width=10% align=center>添加用户</td>
<td width=20% align=center> <input class=text type="text" name="vipdate" size="10"></td>
<td width=20% align=center> <input class=text type="text" name="username" size="10"></td>
<td width=20% align=center> <input class=text type="text" name="xiaofei" size="10" ONKEYPRESS="event.returnValue=IsDigit();"></td>
<td width=20% align=center> <input class=text type="text" name="fanhui" size="10" onKeyPress="event.returnValue=IsDigit();" ></td>
<td width=10% align=center> <input type="submit" name="Submit2" value="添加" style="font-family: 宋体; font-size: 9pt"></td>
</tr>
</form>
</table>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -