📄 seenews.asp
字号:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<body>
<!--#include file="data.asp"-->
<%
if request("id")="" then
response.redirect "seen.asp"
end if
id=request("id")
sql="select * from 新闻 where id="& id
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3,2
%>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#800080" width="448" height="422">
<tr>
<td width="448" height="16">
<p align="center"><%=rs("标题")%><img border="0" src="images/printpage.gif" onclick="javascript:window.print()"></td>
</tr>
<tr>
<td width="448" height="402"><%=rs("内容")%></td>
</tr>
</table>
</center>
</div>
<p align="center"> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -