📄 wy_trip_find.asp
字号:
<!--#include file="../wy_trip_inc/wy_trip_cnn.inc"-->
<html>
<head>
<title>PTrip Server 2005 For 数据库课程设计
</title>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../wy_trip_css/wy_trip.css">
</head>
<script language="javascript" src="../wy_trip_js/wy_trip_check.js"></script>
<script language="javascript" src="../wy_trip_js/wy_trip_list.js"></script>
<%
set rst=server.CreateObject("adodb.recordset")
sqlstr="select * from trip_infor"
rst.open sqlstr,conn,1,1
if not(rst.eof or rst.bof)then
picname=rst("picpath")
end if
rst.close
set rst=nothing
picname="../wy_trip_images/"&picname
%>
<body leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" link="#3357B3" vlink="#3357B3" alink="#3357B3" bgcolor="#e8eefc">
<table width="734" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="Main">
<p class="NoBreakBeforeAfter"><img src="../wy_trip_images/TopCol3.gif" WIDTH="247" HEIGHT="23"></p>
<p class="NoBreakBeforeAfter"><img src="../wy_trip_images/HeaderOtherDestination.gif" width="229" height="28"></p>
<p class="Indented1" align="center"><font size="6" color="#3357b3"><b>旅游解决方案查询</b></font></p>
<p class="Indented1" align="center"> </p>
<form method="post" name="myform" action="wy_trip_findasp.asp" >
<table width="100%" border="0" cellspacing="8" cellpadding="0">
<tr>
<td width="151"><div align="center">国内/国外<font color=red><b>*</b></font></div></td>
<td>
<select name="classid" onChange="changelocation(document.myform.classid.options[document.myform.classid.selectedIndex].value)" size="1">
<option selected value="">不限</option>
<option value="1">国内</option>
<option value="2">国外</option>
</select>
</td>
<td> </td>
<td> </td>
<td> </td>
<td colspan="2" rowspan="3"><img src="<%=picname%>"></td>
</tr>
<tr>
<td><div align="center">具体城市<font color=red><b>*</b></font></div></td>
<td>
<select name="Nclassid">
<option selected value="">不限</option>
</select>
</td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><div align="center">费用 </div></td>
<td>
<select name="Mclassid">
<option value="" selected>不限</option>
<option value="500~2000" d>500元~2000元</option>
<option value="2000~5000">2000元~5000元</option>
<option value="5000~8000">5000元~8000元</option>
<option value="8000~10000">8000元~10000元</option>
</select></td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><div align="center">旅游类型</div></td>
<td>
<input type="text" name="keyword" class=smallinput size=10 value="关键字" maxlength="50">
<input type="submit" name="Submit" value="搜索">
</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td width="276" colspan="3"> </td>
<td width="273" colspan="3"><div align="center"><a href="../main.asp" target="main">返回上一页</a></div></td>
</tr>
</table>
</form>
<p> </p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -