📄 jishu.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=conn.asp-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>::9ju·个人求职网::</title>
<link href="beauty.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #CCCCCC;
}
.style5 {color: #999999}
.style6 {color: #FF0000}
-->
</style>
</head>
<body bottommargin="0" leftmargin="0" topmargin="0">
<!--#include file=topb.asp--><table width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="123" height="280" valign="top"><img src="images/jishu_07.jpg" width="123" height="162" alt=""></td>
<td width="477" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/biji_03.gif" width="477" height="25"></td>
</tr>
<tr>
<td height="293" valign="top" background="images/biji_04.gif">
<table width="93%" border="0" align="center" cellpadding="0" cellspacing="0">
<% sql="select * from news where n_tid=3 order by n_id desc "
rs.open sql,conn,1,3
dim cout,pageno
pageno=cint(request.QueryString("page"))
if pageno<1 then
pageno=1
elseif pageno>rs.pagecount then
pageno=rs.pagecount
end if
rs.pagesize=15
cout=rs.pagecount
rs.absolutepage=pageno
for i=1 to rs.pagesize
if rs.eof then exit for
%>
<tr>
<td width="98%" height="25" background="images/bgline.jpg"><a href="show.asp?n_id=<%= rs("n_id") %>" target="_blank" class="black"><%=left( rs("n_title"),25) %></a>-<span class="style5">[<%= month(rs("n_date"))&"月"&day(rs("n_date")) &"日"%>]</span></td>
<td width="2%"> </td>
</tr>
<%
rs.movenext
next
rs.close
%>
</table>
<table width="93%" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="26" height="20"> </td>
<td width="386"><div align="right">[共<span class="red style6"> <%=cout%> </span>页]^<a href="jishu.asp?page=<%=pageno-1%>" class="black">上一页</a><% if pageno<>cout then %>
-<a href="jishu.asp?page=<%= pageno+1 %>" class="black">下一页</a><% End If %></div></td>
<td width="32"> </td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/biji_07.jpg" width="477" height="15"></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file=bottom.asp-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -