📄 show.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp" -->
<%
n_id=request.QueryString("n_id")
sql="select * from news where n_id="&n_id
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>9ju.net个人求职---<%= rs("n_title") %></title>
<link href="beauty.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #EC6400}
-->
</style>
</head>
<body>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="36" height="432" valign="top" background="images/list_01.gif"><table width="100%" height="111" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="36"><a
href="javascript:window.external.AddFavorite('http://www.9ju.net/', '“9ju·个人求职网”"/www.9ju.net')"
target=_self><img src="images/list_08.gif" width="36" height="36" border="0" title="收藏本站"></a></td>
</tr>
<tr>
<td height="39"><a href="javascript:window.print();"><img src="images/list_07.gif" width="36" height="39" border="0" title="打印本页"></a></td>
</tr>
<tr>
<td height="36"><a href="javascript:window.close();"><img src="images/list_06.gif" width="36" height="36" border="0" title="关闭本页"></a></td>
</tr>
</table></td>
<td width="564" align="center" valign="top" bgcolor="#E8E7E6"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="31" valign="top" background="images/list_02.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="22"><div align="center"><%= rs("n_title") %> </div></td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="361"><%= rs("n_content") %></td>
</tr>
<tr>
<td height="6"><div align="right">[<%= rs("n_date") %>]
<% If session("fbcpassword")="admin" Then
%>
<a href="update.asp?action=del&n_id=<%=rs("n_id")%>">删除记录</a><%
end if%>
</div></td>
</tr>
<tr>
<td height="17"><span class="style2">如果您转发本页给您的朋友,请复制本页地址:http://www.9ju.net/show.asp?n_id=<%=rs("n_id")%> </span></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="33" background="images/list_10.gif"><div align="right"><img src="images/list_12.gif" width="187" height="53"></div></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
<% rs.close %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -