?? shownewsa.asp
字號:
<!--#Include File="inc/Check_Sql.asp"-->
<!--#include file="inc/conn.asp"-->
<!-- #include file="inc/config.asp" -->
<!-- #include file="top.asp" -->
<META content=網站描述 name=description><LINK href="images/css.css"
type=text/css rel=stylesheet>
<%owen=request("title")%>
<SCRIPT language=JavaScript>
var currentpos,timer;
function initialize()
{
timer=setInterval("scrollwindow()",50);
}
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>
<% Set rsnews=Server.CreateObject("ADODB.RecordSet")
sql="select * from news where title='"&owen&"'"
rsnews.Open sql,conn,1,1
title=rsnews("title")
if rsnews.eof and rsnews.bof then
response.Write("數據庫出錯")
else
%>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5" valign="top" bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="72" valign="top" bgcolor="#FFFFFF"><table width="1004" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="tdbg_left" width="334" height="179" valign="top" ><!--#include file="left_ywzx.asp"--></td>
<td width="6"></td>
<td valign="top"><table Class=border width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="206" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="title_right" height="32">
<TABLE cellSpacing=0 cellPadding=0 width=625 align=center
border=0><TBODY>
<TR>
<TD class=zihei vAlign=center align=left height=30> <a href="index.asp"> 您的位置</a> ><a><%=owen%></a></TD>
</TR>
<TR>
<TD vAlign=top align=left width=625
background=images/chunzhenxinlibiao-3_09.jpg height=34>
<TABLE height=35 cellSpacing=0 cellPadding=0 width=278
border=0>
<TBODY>
<TR>
<TD width=59 height=35> </TD>
<TD class=dazi vAlign=center align=left
width=219><%=owen%></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</td>
</tr>
</table>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="50" colspan="2" align="center" class="tit"><%= rsnews("title") %></td>
</tr>
<tr>
<td width="40%" height="30" style="border-top: 1 solid #666666;border-bottom: 1 solid #666666">雙擊自動滾屏</td>
<td width="60%" align="center" style="border-top: 1 solid #666666;border-bottom: 1 solid #666666">發布者:<%= rsnews("user") %>
發布時間:<%= rsnews("infotime") %> 閱讀:<font color="#FF0000"><%= rsnews("hits") %></font>次</td>
</tr>
<tr>
<td colspan="2"><br>
<div style='font-size:10.5pt'><%=rsnews("content") %></div></td>
</tr>
<tr align="right">
<td colspan="2"> </td>
</tr>
<tr align="right">
<td colspan="2"> </td>
</tr>
<%
end if
rsnews.close
set rsnews=nothing
%>
</table>
<br>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="right"> <img src="images/printer.gif" width="16" height="14" align="absmiddle">
<a href="javascript:window.print()">打印本頁</a> | <img src="images/close.gif" width="14" height="14" align="absmiddle">
<a href="javascript:window.close()">關閉窗口</a></td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<META content=網站描述 name=description><LINK href="images/css.css"
type=text/css rel=stylesheet>
<!--#include file="bottom.asp"-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -