⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 result.asp

📁 公交路线查询系统,输入站点即可查询出你所需的路线
💻 ASP
字号:

<html>
<head>
<title>公交车查询05版</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL="stylesheet" HREF="../css.css" TYPE="text/css">
</head>
<body>
 <table align="center" width=778>
 	<tr>
    <td><font>查询结果</font> </td>
  </tr>
 </table>
 <table align="center" width="778">
 	<tr>
<td id="cha" width=100% height="400"  valign="top">
				<IFRAME name="chaFrame" border=0 frameBorder=0 height="100%" marginHeight=0 marginWidth=0 scrolling=auto src="http://www.soku.net/bus/Bus.asp?Action=<%=Request("Action")%>&City=<%=Request("City")%>&BusSta=<%=Request("BusSta")%>&BusNum=<%=Request("BusNum")%>" width="100%"></IFRAME>				
	</td></tr>
 </table> 
 <table align="center">
 	<tr>
    <td> <a href='http://www.soku.net' target='_blank'><img src='../sheng/images/logo.gif' width=88 height=31 alt='『搜库数据万能查询』之火车实用查询' border=0></a> 
    </td>
  </tr>
 </table>
</iframe>
 
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -