📄 index.asp
字号:
<title>城市公交查询系统</title>
<meta name="keywords" content="公交线路查询">
<meta NAME="description" CONTENT="公交线路查询">
<link type="text/css" href="css/index.css" rel="stylesheet" />
<style type="text/css">
<!--
body{
text-align:center;
font-size:14px;
margin-top:50px;
}
-->
</style>
<script language="javascript" type="text/javascript" src="js/qm.js"></script>
<table width="605" height="299" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" background="images/bg.jpg"><table width="70%" height="82" border="0" align="right" cellpadding="0" cellspacing="0" style="margin-top:135px">
<tr>
<td><FORM action="qm.asp" method="get" name="qm1" autocomplete="off">
<div class="bb">
<input id="pp" type=radio name=k value="pp" checked onClick='formonclick("1")';>
<label for="pp">公交线路查询</label>
<input id="ppp" type=radio name=k value=p onClick='formonclick("2")';>
<label for="ppp">公交站点查询</label>
<input id="p2p" type=radio name=k value=p2p onClick='formonclick("3")';>
<label for="p2p">公交换乘查询</label>
</div>
<div class="bbb">
<span id="d">
<input id=q maxlength=100 size=30 name=q>
</span>
<input type=submit value="公交查询">
</div>
</form></td>
</tr>
</table></td>
</tr>
</table>
<div style="height:10px; width:1px;"><BR>
</div>
<!-- #include file="bottom.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -