📄 busidlist.htm
字号:
<style type="text/css">
input{width:65px;}
</style>
<title>请选择车次</title>
<table border="0">
<tr>
<td><input type="button" value="1" onClick="sendTo('1')"></td>
<td><input type="button" value="2" onClick="sendTo('2')"></td>
<td><input type="button" value="3" onClick="sendTo('3')"></td>
</tr>
<tr>
<td><input type="button" value="4" onClick="sendTo('4')"></td>
<td><input type="button" value="5" onClick="sendTo('5')"></td>
<td><input type="button" value="6" onClick="sendTo('6')"></td>
</tr>
<tr>
<td><input type="button" value="7" onClick="sendTo('7')"></td>
<td><input type="button" value="8" onClick="sendTo('8')"></td>
<td><input type="button" value="9" onClick="sendTo('9')"></td>
</tr>
<tr>
<td><input type="button" value="11" onClick="sendTo('11')"></td>
<td><input type="button" value="12" onClick="sendTo('12')"></td>
<td><input type="button" value="13" onClick="sendTo('13')"></td>
</tr>
<tr>
<td><input type="button" value="14" onClick="sendTo('14')"></td>
<td><input type="button" value="18" onClick="sendTo('18')"></td>
<td><input type="button" value="20" onClick="sendTo('20')"></td>
</tr>
<tr>
<td><input type="button" value="21" onClick="sendTo('21')"></td>
<td><input type="button" value="22" onClick="sendTo('22')"></td>
<td><input type="button" value="24" onClick="sendTo('24')"></td>
</tr>
<tr>
<td><input type="button" value="26" onClick="sendTo('26')"></td>
<td><input type="button" value="28" onClick="sendTo('28')"></td>
<td><input type="button" value="30" onClick="sendTo('30')"></td>
</tr>
<tr>
<td><input type="button" value="110" onClick="sendTo('110')"></td>
<td><input type="button" value="111" onClick="sendTo('111')"></td>
<td><input type="button" value="121" onClick="sendTo('121')"></td>
</tr>
<tr>
<td><input type="button" value="127" onClick="sendTo('127')"></td>
<td></td><td></td></tr>
</table>
<script language="JavaScript">
function sendTo(busID){
window.returnValue = busID;
window.close();
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -