?? news.asp
字號:
<!--#include file="top.asp"-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<center>
<table border="0" width="760" cellspacing="0" cellpadding="0" height="312">
<tr>
<td width="190" height="312" valign="top" align="left">
<table border="0" width="190" cellspacing="0" cellpadding="0">
<tr>
<td width="190" valign="top" align="left"><!--#include file="left.asp"--></td>
</tr>
</table>
</td>
</center>
<td width="380" valign="top" align="left">
<table border="0" width="380" cellspacing="0" cellpadding="0" height="5">
<%
sql="select * from news where news_id="&request("news_id")
rs.open sql,conn,3,3
if rs.eof then
response.write "此信息不存在或者已被刪除"
else%>
<tr>
<td width="380" bgcolor="#FF9A31" height="18"><%=rs("news_title")%>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#63CFFF"></td>
</tr>
<center>
<tr>
<td width="100%"><%=rs("news_content")%><p align=left>日期:<%=rs("news_date")%></td>
</tr>
<%end if
rs.close%>
</table>
</center>
</td>
<td width="190" valign="top" align="left">
<table border="0" width="190" cellspacing="0" cellpadding="0">
<tr>
<td width="190"><!--#include file="right.asp"--></td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="copy.asp"-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -