Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Index_city.asp
Package: pinke2010.rar [view]
Upload User: pengwei803
Upload Date: 2021-02-10
Package Size: 3311k
Code Size: 1k
Category:
WEB(ASP,PHP,...)
Development Platform:
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>