📄 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="旅1" onClick="sendTo('旅1')"></td>
<td><input type="button" value="2" onClick="sendTo('2')"></td>
</tr>
<tr>
<td><input type="button" value="旅2" onClick="sendTo('旅2')"></td>
<td><input type="button" value="旅3" onClick="sendTo('旅3')"></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 + -