📄 resultz.jsp
字号:
<%@ page
language="java"
contentType="text/html; charset=GB2312"
pageEncoding="GB2312"
%>
<html>
<head>
<title>车站查询结果--火车实用查询</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<table align="center" width=700>
<tr>
<td> <img src="http://search.mapbar.com/localsearch/images/logo3.gif"> <a href="../huochepiao.jsp">查询首页</a>
→ <a href="../huochepiao.jsp">站站查询</a> → 查询结果</td>
</tr>
</table>
<hr size=1 width=800>
<table align="center" width=100%>
<tr><td height="400">
<%
String strChezhan = new String(request.getParameter("txtChezhan").getBytes("iso-8859-1")); //获取用户输入的车站
%>
<iframe name="web" width="100%" frameborder=0 height="100%" src="http://search.huochepiao.com/chaxun2/resultz.asp?txtChezhan=<%=strChezhan%>"></iframe>
</td></tr>
</table>
<hr size=1 width=800>
<table align="center">
<tr>
<td align="center"> <script language="javascript" src="http://search.mapbar.com/localsearch/js/bottom.js"></script>
<br> <script language="JavaScript" type="text/javascript" src="http://search.mapbar.com/localsearch/js/copyright.js"></script>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -