lettergeopen.asp
来自「目前人力资源管理系统的发展已经相对成熟」· ASP 代码 · 共 47 行
ASP
47 行
<%@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 + =
减小字号Ctrl + -
显示快捷键?