Index_city.asp
资源名称:pinke2010.rar [点击查看]
上传用户:pengwei803
上传日期:2021-02-10
资源大小:3311k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
HTML/CSS
- <%
- set rscity=server.createobject("adodb.recordset")
- sqlcity="select top 13 * from Gu_shi ORDER BY id asc"
- rscity.open sqlcity,conn,1,1
- %>
- <div align="center">
- <table cellpadding="0" cellspacing="0" width="960">
- <tr>
- <td height="25" width="85"><b>
- <a href="Index.asp"><%=ku_zongzhan%></a></b>
- <font color="#C0C0C0">|</font></td>
- <td height="25" width="789" align="left">
- <%if Rscity.eof or Rscity.bof then
- response.write"<div align='center'>还没有城市加入!<div>"
- end if
- do while not rscity.eof
- cname = rscity("class1")
- %><a href="Index.asp?city=<%=rscity("id")%>"><%=cname%></a>
- <font color="#C0C0C0">|</font>
- <%
- rscity.movenext
- loop
- Rscity.Close
- Set Rscity=Nothing
- %></td>
- <td height="25" width="87"><a href="Gu_city.asp">
- <font color="#0066FF">更多城市..</font></a></td>
- </tr>
- </table>
- </div>
English
