📄 leave_xx.asp
字号:
<!--#include file="cn.asp"-->
<%if session("company")="" or session("user")="" then
response.Write "<script language='javascript'>alert('非法用户登录!');window.location.replace('login.asp');</script>"
response.End
end if
set rs=server.CreateObject("adodb.recordset")
id=request.QueryString("id")
sql="select * from cmessage where cid='"&id&"' order by id desc"
rs.open sql,cn,1,1
%>
<title>顾客留言</title>
<table width="263" border="0" cellpadding="0" cellspacing="0" align="center">
<!--DWLayoutTable-->
<tr>
<td width="263" height="224" align="center" valign="top"><br>
<%=rs("inf")%> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -