分页出问题了 解决马上给分 先谢谢大家了
<!--#include file= "dbconn.asp "-->
<!--#include file= "fun/request.asp "-->
<%
getid=getRequest( "id ", "str ", "querystring ")
set rs=server.CreateObject( "adodb.recordset ")
sql= "select * from campusinfo where type= ' "&getid& " ' order by id "
rs.open sql,conn,1,1
function xi(content,i)
if len(content)> i then
content=left(content,i)
response.write (content& "... ")
else
response.write (content)
end if
end function
%>
<HTML lang=gb2312
xmlns= "http://www.w3.org/1999/xhtml "> <HEAD> <TITLE> 北华交易网 </TITLE>
<META http-equiv=Content-Type content= "text/html; charset=gb2312 "> </HEAD>
<BODY>
<!--#include file= "top.asp "-->
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center
border=0>
<TBODY>
<TR>
<td class=rconbg width=188 valign= "top " bgcolor= "#FDFDF2 ">
<TABLE cellSpacing=0 cellPadding=5 width=212 border=0 >
<TR>
<TD width= "202 " height=152 colSpan=2 align=middle valign= "top "> <TABLE cellSpacing=0 cellPadding=5 width=202 border=0>
<TBODY>
<TR>
<TD align=middle width=27 height=28> <IMG height=12
src= "Images/dot.gif " width=12> </TD>
<TD width=175> <strong> <font color= "#ff3366 "> 站内导航 </font> </strong> </TD>
</TR>
<TR>
<TD align=middle colSpan=2 > <!--#include file= "left.asp "--> </TD>
</TR> </TBODY> </TABLE> </td>
</tr>
<TR>
<TD width= "202 " colSpan=2 align=middle valign= "top "> <TABLE cellSpacing=0 cellPadding=0 width= "100% " border=0 >
<TBODY>
&nb