top.asp
来自「一个公交查询系统 sql版本的 本来是给别人论文用的 结果发现自己不会写论文」· ASP 代码 · 共 26 行
ASP
26 行
<title>头文件</title>
<link type="text/css" href="css/index.css" rel="stylesheet" />
<script language="javascript" type="text/javascript" src="js/qm.js"></script>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="250"><a href="index.asp"></a></td>
<td width="530">
<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>
</tr>
</table>
<div style="height:20px;"></div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?