📄 manage_khopen.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=../DataBase/conn.asp-->
<%
if request("shou")<>"" then
set rs=server.CreateObject("adodb.recordset")
sql="select * from tb_Record where id="&request("id")
rs.open sql,conn,1,3
rs("Whether")="授理"
rs.update
rs.close
response.Write("<br><br><br><br><br><br><br><br>")
response.Write("<div align=center> <img src=images/succ.gif width=95 height=97></div>")
response.Write("<div align=center>提交成功!</div>")
response.Write("<div align=center><a href='javascript:' onclick=opener.location.reload();window.close()>关闭</a></div>")
response.end
else
set rs=server.CreateObject("ADODB.Recordset")
sql="Select * from tb_Record where id="&request("id")
rs.open sql,conn,1,1
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>投诉处理</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
background-color: #efefef;
}
-->
</style></head>
<body>
<table width="520" height="400" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="form2" method="post" action="Manage_khopen.asp?id=<%=rs("id")%>&shou=授理">
<tr>
<td height="50" colspan="2"><div align="center" style="font-size: 18px;color: #FF0000;font-weight: bold; ">投 诉 处 理</div></td>
</tr>
<tr>
<td width="169" height="30"><div align="right"></div></td>
<td width="351" height="30" valign="top"> </td>
</tr>
<tr>
<td height="30" valign="top"><div align="right">真实姓名:</div></td>
<td height="30" valign="top"> <%=rs("RealName")%>
</td>
</tr>
<tr>
<td height="30" valign="top"><div align="right">联系电话:</div></td>
<td height="30" valign="top"> <%=rs("Phone")%> </td>
</tr>
<tr>
<td height="30" valign="top"><div align="right">投诉单位:</div></td>
<td height="30" valign="top"> <%=rs("Enterprise")%> </td>
</tr>
<tr>
<td valign="top"><div align="right">投诉项目:</div></td>
<td valign="top"> <%=rs("KeyName")%> </td>
</tr>
<tr>
<td valign="top"><div align="right">投诉理由:</div></td>
<td valign="top"> <%=rs("Season")%> </td>
</tr>
<tr>
<td valign="top"><div align="right">欲求结果:</div></td>
<td valign="top"> <%=rs("Result")%> </td>
</tr>
<tr>
<td height="40" colspan="2">
<div align="center">
<input type="submit" name="Submit" value=" 受 理 ">
<input type="button" name="Submit2" value=" 关 闭 " onClick="window.close()">
</div></td>
</tr></form>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -