📄 shouxian.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=data/conn.asp-->
<!--#include file=connfig.asp-->
<% if request("id")="" then
response.write("该页不存在")
end if
id=request("id")
set rs=server.CreateObject("adodb.recordset")
sql="select * from fajian where id="&id&" and shen=1"
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.style1 {
font-size: 16px;
font-weight: bold;
}
body,td,th {
font-size: 12px;
color: #000000;
}
body {
background-color: #D7D7D7;
}
a:link {
color: #0000FF;
}
a:visited {
color: #0000FF;
}
a:hover {
color: #0000FF;
}
-->
</style>
</head>
<body>
<table width="471" border="0" align="center" cellspacing="0">
<tr>
<td width="465"><table width="100%" border="0" align="center">
<tr>
<td width="460" height="30"><div align="right"></div></td>
</tr>
<tr>
<td height="30"><div align="center"><span class="style1"><%=rs("title")%></span></div></td>
</tr>
<tr>
<td ><table width="100%" border="0" align="center">
<tr>
<td height="1" bgcolor="#000000"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><div align="right"><%=rs("time")%></div></td>
</tr>
<tr>
<td><%=htmlcode(server.htmlencode(Rs("content")))%> </td>
</tr>
</table> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -