📄 index.asp
字号:
<!--
#######################################################################
# 火车实用查询
#
# http://www.huoche.com/ 跟踪最新列车时刻数据,不断完善快捷专业的查询代码
#
# 敬请关注最新查询代码 http://www.huoche.com/download/
#
# 感谢大家的支持
#
#######################################################################
-->
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>火车时刻查询系统『www.huoche.com』</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel=stylesheet href="css.css">
<style><!--
body,td,div,p,a,font,span{
font-family:arial,sans-serif;
}
//-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<center>火车实用查询系统</center>
<hr size=1 width=700>
<br>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>◎<a href=sheng/default.asp target=_blank>全国最新列车时刻表</a></td>
</tr>
</table>
<form name="f" method="post" action="chaxun/result.asp">
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>◎出发站:
<input name="txtChuFa" type="text" size="15">
</td>
<td>到达站:
<input name="txtDaoDa" type="text" size="15"></td>
<td><input type="submit" name="Submit" value="火车查询"></td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><font color=red>可以输入拼音首字母查询,如“北京”只需输入"<b>bj</b>"即可</font></td>
</tr>
</table>
</form>
<form name="form2" method="post" action="chaxun/resultc.asp">
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="50">◎车 次:
<input name="txtCheCi" type="text" size="15">
<input type="submit" name="Submit2" value="车次查询"></td>
</tr>
</table>
</form>
<form name="form2" method="post" action="chaxun/resultz.asp">
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="50">◎车 站:
<input name="txtChezhan" type="text" size="15">
<input type="submit" name="Submit22" value="车站查询"></td>
</tr>
</table>
</form>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="50" valign="top">
<table align="left"><tr><td>
◎票 价:</td></tr></table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20">[<a href="piaojia/putongzuo.htm" target="_blank">普通列车硬座、软座票价表</a>]</td>
<td height="20"> [<a href="piaojia/putongwo.htm" target="_blank">普通列车卧铺票价表</a>]</td>
</tr>
<tr>
<td height="20">[<a href="piaojia/kongtiaozuo.htm" target="_blank">空调列车硬座、软座票价表</a>]</td>
<td height="20"> [<a href="piaojia/kongtiaowo.htm" target="_blank">空调列车卧铺票价表</a>]</td>
</tr>
</table>
</td>
</tr>
</table>
<hr size=1 width=700>
<div align="center"><br>
<font size=""5"">huoche.com</font><font color="#FF0000">®</font> <font size=""5"">Email:huochecom@gmail.com
</font><font size=""5"">| huoche.com</font></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -