📄 dealstatus.jsp
字号:
<html>
<head>
<title>CWC大型购物商城处理订单状态</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../style" rel="stylesheet" type="text/css">
</head>
<body bgcolor="0099cc">
<form name="form1" method="post" action="DealWithCenter.jsp?action=dealstatus">
<input type="hidden" name="r_info_id" value="<%=request.getParameter("r_info_id")%>">
<table width="270" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="786" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td width="28%" align="center" valign="middle" bgcolor="0099cc"><font color="#FFFFFF" size="2">选择状态</font></td>
<td width="42%" align="center" valign="middle" bgcolor="0099cc">
<select name="status">
<option value="0" selected>未处理</option>
<option value="1">处理中</option>
<option value="2">已处理</option>
</select>
</td>
<td width="30%" align="center" valign="middle" bgcolor="0099cc"><input type="submit" name="Submit" value="处 理"></td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -