📄 wen.asp
字号:
<!--#include file="nt80.inc"--><!--#include file="conn.asp"-->
<!--#include file="textencode.ini"-->
<title><%=name%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><LINK href="style.css" rel=Stylesheet type=text/css>
<% set rs=server.createobject("adodb.recordset")
sql="SELECT * from wen where id="&request("id")&""
rs.open sql,conn,1,3
%>
<table width="361" border="0" cellspacing="0" cellpadding="0" height="141" bgcolor="#F3F3F3">
<tr>
<td height="30"><%=rs("wen")%> / <%=rs("wtime")%></td>
</tr>
<tr>
<td height="1" bgcolor="#CCCCCC"></td>
</tr>
<tr>
<td height="50"><%=textencode(rs("neirong"))%><br>
[<%=rs("wname")%>] </td>
</tr>
<tr>
<td bgcolor="#EBEBEB" height="2"></td>
</tr>
<tr>
<td>
<% if rs("huifu")="正处理" then %>
<font color="#000066">正处理,请等待回复...</font>
<% else %>
<font color="#000066">回复:</font><br>
<%=rs("huifu")%><% end if %>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -