<%if session("admin_user")="" then response.Redirect("login.asp") end if%> 优创(北京)电子有限公司-后台管理系统 <%sql2="select * from link" set rs2=server.CreateObject("adodb.recordset") rs2.open sql2,conn,1,2 i=4 rs2.pagesize=i pageno=request.QueryString("pageno") if pageno<1 or pageno="" then pageno=1 else pageno=cint(pageno) end if if pageno>rs2.pagecount then pageno=rs2.pagecount end if rs2.absolutepage=pageno%>
<%do while not rs2.eof%> <%rs2.movenext loop%>
友情连接管理
连接名称 连接地址 网站LOGO 修改 删除
<%=rs2("link_name")%> <%=rs2("link_addr")%> " src="<%=rs2("link_logo")%>" width="80" height="50" alt="" /> '" /> '} else{}"/>
<%if pageno=1 and pageno=rs2.pagecount then response.Write("【首页】【上页】【下页】【末页】") end if if pageno=1 and pageno<>rs2.pagecount then response.Write("【首页】【上页】【下页】【末页】") end if if pageno=rs2.pagecount and pageno<>1 then response.Write("【首页】【上页】【下页】【末页】") end if if pageno>1 and pageno首页】【上页】【下页】【末页】") end if%>
转至第
<% conn.close set rs2=nothing%>