📄 2_5.asp
字号:
<%@LANGUAGE="VBScript" codepage="936"%>
<!--#include file="conn.asp"-->
<!-- #include file="bh.asp" -->
<%
set rs=server.createobject("adodb.recordset")
id=Request.QueryString("id")
sql="select * from wz where id="&id
rs.open sql,conn,2,3
%>
<html>
<head>
<script language=javascript>
var currentpos,timer;
function initialize()
{
timer=setInterval("scrollwindow()",90);
}
function sc(){
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos != document.body.scrollTop)
sc();
}
document.onmousedown=sc
document.ondblclick=initialize
</script>
<meta http-equiv="Page-Exit" content="revealTrans(Duration=0.8,Transition=<%response.write web_dim(13)%>)">
<link href="skin_1.css" rel="stylesheet" type="text/css">
<title>DenReaKun</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.te1 {
background-color: #F9F9F9;
margin: 4px;
padding: 4px;
border: 1px dotted #006699;
}
-->
</style>
</head>
<body>
<table width="310" border="0" cellspacing="0">
<tr>
<td><table width="306" border="0" align="center" cellspacing="0">
<tr>
<td>当前位置:<a href="wz.asp">博客</a> - <a href="javascript:history.go(-1)"><%=rs("fenlei")%></a> - <font color="#006699"><%=rs("title")%></font></td>
</tr>
<tr>
<td bgcolor="#006699" height=1></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="306" border="0" align="center" cellpadding="3" cellspacing="0" style="table-layout:fixed">
<tr>
<td height="5" colspan="2"></td>
</tr>
<tr>
<td width="306" colspan="2"><font color="#006699"><b><%=rs("title")%></b></font></td>
</tr>
<tr>
<td background="images/bg_dian.gif" colspan="2" height="1"></td>
</tr>
<tr>
<td colspan="2"><pre style="word-break:break-all;word-wrap: break-word;width: 300px;"><%=rs("text")%></pre></td>
</tr>
<tr>
<td colspan="2"><div align="right"><font color="#999999">发布人:<%=rs("user")%></font></div></td>
</tr>
<tr>
<td colspan="2"><div align="right"><font color="#999999">整理日期 :<%=rs("data")%></font></div></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -