📄 title.asp
字号:
<table width="760" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse">
<tr>
<td width="12" rowspan="2" background="images/top_left.gif"></td>
<td width="165" rowspan="2" background="images/top_logo_bg.jpg"> </td>
<td width="4" background="images/top_03.gif"><img src="images/top_02.gif" width="2" height="28"></td>
<td width="569" background="images/top_03.gif">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="569">
<tr>
<td width="110"><a title="返回首页" href="index.asp">
<img src="images/fanhui.gif" border="0"></a></td>
<td width="225" align="left">
<select name='cityname' onchange="if(this.options[this.selectedIndex].value!=''){window.open(this.options[this.selectedIndex].value,'_self');}">
<option value=''>请选择城市</option>
<%set rs1=server.CreateObject("adodb.recordset")
rs1.open "select * from city where 审核=-1 order by 省份,人气 desc",conn,1,1
while not rs1.eof
response.write"<option value='city.asp?ct=" &rs1("区号")& "'>" &rs1("城市")& " (" & rs1("区号") & " | " & rs1("省份") &")</option>"
rs1.movenext
wend
rs1.close
set rs1=nothing%>
</select>
</td>
<td width="234" align="right"><a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=siteurl%>');return(false);" style="behavior: url(#default#homepage); text-decoration:underline"><img border="0" src="images/shouye.gif"></a></td>
</tr>
</table>
</td>
<td width="10" rowspan="2" align="right" background="images/top_01.gif"><img src="images/top_right.gif" width="12" height="105"></td>
</tr>
<tr>
<td background="images/top_04.gif" width="4"><img src="images/top_04.gif" width="4" height="77"></td>
<td background="images/top_04.gif" width="569">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="561" height="66">
<tr>
<td class="title" width="51" align="center"><a href="city.asp?ct=010">北京</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=020">广州</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=021">上海</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=022">天津</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=023">重庆</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=024">沈阳</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=025">南京</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=027">武汉</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=028">成都</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=029">西安</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0311">石家庄</a></td>
</tr>
<tr>
<td class="title" width="51" align="center"><a href="city.asp?ct=0351">太原</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0371">郑州</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0431">长春</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0531">济南</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0551">合肥</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0571">杭州</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0591">福州</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0731">长沙</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0771">南宁</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0791">南昌</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0451">哈尔滨</a></td>
</tr>
<tr>
<td class="title" width="51" align="center"><a href="city.asp?ct=0871">昆明</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0898">海口</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0931">兰州</a></td>
<td class="title" width="51" align="center"><a href="city.asp?ct=0755">深圳</a></td>
<td class="title" width="51" align="center">
<a href="city.asp?ct=0411">大连</a></td>
<td class="title" width="51" align="center">
<a href="city.asp?ct=0592">厦门</a></td>
<td class="title" width="255" align="center" colspan="5">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="255" bgcolor="#CCCCCC">
<tr>
<td class="title" width="75" align="center">
<a style="color:red" href="all.asp">城市地图</a></td>
<td class="title" width="80" align="right">更多城市:</td>
<form method="GET" action="city.asp">
<td width="100">
<input type="text" name="ct" size="5" maxlength="4" value="区号" onClick=javascript:this.value=""><input type="submit" value="提交" name="B1"></td>
</form>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr><td colspan="5" height="6" ></td></tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -