morereview.asp
来自「asp的新闻网站」· ASP 代码 · 共 141 行
ASP
141 行
<%
'*********************************************************************************
'模块名称:国际新闻更多排行
'开发人:潘树文
'时间:2001年2月7日
'*********************************************************************************
%>
<!--#include file="../include/odbc.asp"-->
<!--#include file="../include/showbody.asp"-->
<!--#include file="../include/checkserver.asp"-->
<%
dim s_menuid
s_menuid="002"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../style.css">
<title>千夜网->国际新闻</title>
<script language=javascript src="../script/checkdate.js"></script>
</head>
<body topmargin="3" leftmargin="3">
<div align="center"><center>
<%flag="002000"%>
<!--#include file="../include/secondhead.asp"-->
</center></div><div align="center"><center>
<table border="0" width="770" cellspacing="0" cellpadding="0">
<tr>
<td width="78%"
style="border-left: 3px none rgb(219,219,219); border-bottom: 3px none rgb(219,219,219)"
valign="top">
<table border="0" width="100%">
<tr>
<td width="30%" valign="top"> <div align="center"><center>
<!--#include file="include/zhuanti.asp"-->
</center></div><p><br>
</p>
<div align="center"><center>
<!--#include file="include/huanqiu.asp"-->
</center></div><p><br>
</p>
<div align="center"><center>
<!--#include file="include/yanwen.asp"-->
</center></div><p><br>
</p>
<div align="center"><center>
<!--#include file="include/jiemi.asp"-->
</center></div><p><br>
</p>
<div align="center"><center>
<!--#include file="include/link.asp"-->
</center></div></td>
<td width="70%" valign="top"> <div align="center"><center><table border="0" width="98%"
cellspacing="0" cellpadding="0">
<tr>
<td width="100%" colspan="2"></td>
</tr>
<tr>
<td width="30%" bgcolor="#558AD9" height="19"><p align="center">
<span style="font-size: 14px"><font color="#FFFFFF"><%=request("menuname")%></font></span></td>
<td width="70%" style="border-right: 1px none rgb(255,128,64); border-top: 1px solid rgb(85,138,217)"
height="19"> </td>
</tr>
<tr>
<td width="100%" colspan="2"><ul>
<%if request("mysql")="" then
sql="SELECT distinct issue FROM news2_review WHERE menuid ='"&request("menuid")&"' order by issue desc "
else
sql=request("mysql")
end if
rs.Open sql,conn,3,1
%><!--#include file="../include/rollpage.asp"--><%
if not rs.EOF then
rs.PageSize = 40
rs.AbsolutePage = getPageNo(rs)
for i=1 to rs.PageSize
If rs.EOF Then Exit For
%>
<li><a class="l7"
href="lookissue.asp?menuid=<%=request("menuid")%>&issue=<%=rs("issue")%>"
><%=rs("issue")%></a>——<span style="font-size:14px">回顾信息</span><br>
</li>
<%rs.MoveNext
if right(trim(cstr(i)),1)="0" then '隔十行空一行*******************************************
Response.Write "<br>"
end if
If rs.EOF Then Exit For
next
end if
%>
</td>
</tr>
<tr>
<td width="100%" height="19" colspan="2"><%call listPage(rs)%></td>
</tr>
<% rs.Close%>
</table>
</center></div></td>
</tr>
</table>
</td>
<td width="22%" style="border-left: 3px solid rgb(219,219,219)" valign="top"><table
border="1" width="100%" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF">
<tr>
<td width="100%" bgcolor="#DBDBDB"> <!--#include file="include/redian.asp"--> </td>
</tr>
</table>
<p><br>
</p>
<!--#include file="include/beijing.asp"-->
<p> </p>
<!--#include file="include/huigu.asp"-->
<p align="center"> </p>
<div align="center"><center>
<!--#include file="include/mail.asp"-->
</center></div></td>
</tr>
</table>
</center></div>
<hr width="90%" size="1" color="#0080FF">
<div align="center"><center>
<!--#include file="../include/bottom.txt"-->
</center></div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?