📄 lettergeopen.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=DataBase/conn.asp-->
<!--#include file=yan.asp-->
<!--#include file=purview.asp-->
<%
call gonghanshenqing
set rs=server.CreateObject("adodb.recordset")
sql="select * from tb_Letter_f where id="&request("id")
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
.style1 {
font-size: 14px;
font-weight: bold;
}
body {
background-color: #efefef;
}
-->
</style></head>
<body topmargin="0">
<table width="376" border="0" align="center" cellspacing="0" bordercolorlight="#FFFFFF" bordercolordark="#666699">
<tr>
<td align="center" height="50"><span class="style1"><%=rs("title")%></span></td>
</tr>
<tr>
<td height="1" bgcolor="#000000"></td>
</tr>
<tr>
<td height="25" align="right"><%=rs("time")%></td>
</tr>
<tr>
<td height="198" valign="top"><%=htmlcode(server.htmlencode(Rs("content")))%></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -