⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wy_trip_findshow.asp

📁 旅游信息管理系统,带论文,可作为课程设计参考资料
💻 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>
<%
	'获得解决方案类型(国内&国外)
	solid=request.QueryString("inforid")
	solad=request.QueryString("inforkind")
	solna=request.QueryString("solname")
	solho=request.QueryString("solho")
	
	'country=request.QueryString("tcountry")
	'city=request.QueryString("tcity")
	'money=request.QueryString("tmoney")
	
	'response.Write(solid)
	'response.Write(country)
	'response.Write(city)
	'response.Write(money)

	if(solad="")then
	   solad=0
	end if   
	if(solad=0)then
	    sqlstr="select * from trip_solhomelandinfor where id="&solid
		sqlinfor="select * from trip_solhomeland where solname='"&solna&"'"
    else
	    sqlstr="select * from trip_soloverseasinfor where id="&solid	
		sqlinfor="select * from trip_soloverseas where solname='"&solna&"'"	
	end if
	
	set rst=server.CreateObject("adodb.recordset")
	rst.open sqlstr,conn,1,1
	
	if not (rst.eof or rst.bof) then
		solname=rst("solname")
		soladdress=rst("soladdress")
		soltype=rst("soltype")
		solabode=rst("solabode")
		solmoney=rst("solmoney")
		solnote=rst("solnote")
		soltime=rst("soltime")
	end if
	rst.close
	
	rst.open sqlinfor,conn,1,1
	
	if not(rst.eof or rst.bof) then
	    solpic1=rst("solpic1")
		solpic2=rst("solpic2")
		solpic3=rst("solpic3")
		solinfor1=rst("solinfor1")
		solinfor2=rst("solinfor2")
		solinfor3=rst("solinfor3")
	
	end if
	
	rst.close
	set rst=nothing
	
	solpic1="../wy_trip_images/"&solpic1
	solpic2="../wy_trip_images/"&solpic2 
	solpic3="../wy_trip_images/"&solpic3 
	
	
%>
<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><%=solname%> 旅游解决方案</b></font></p>
			<p class="Indented1" align="center">&nbsp;</p>
			<table width="100%"  border="0" cellpadding="0" cellspacing="8">
              <tr>
                <td scope="col">&nbsp;</td>
                <td colspan="3" scope="col">&nbsp;</td>
              </tr>
              <tr>
                <td width="22%" scope="col"><div align="center">名称</div></td>
                <td width="20%" scope="col"><%=solname%></td>
                <td width="19%" scope="col">&nbsp;</td>
                <td width="39%" scope="col"><img src="<%=solpic1%>"></td>
              </tr>
              <tr>
                <td><div align="center">地点</div></td>
                <td><%=soladdress%></td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td><div align="center">类型</div></td>
                <td colspan="3"><%=soltype%></td>
              </tr>
              <tr>
                <td><div align="center">景点简介</div></td>
                <td colspan="3"><%=solinfor1%><br><%=solinfor2%><br><%=solinfor3%></td>
              </tr>
              <tr>
                <td><div align="center">下榻地点</div></td>
                <td colspan="3"><%=solabode%></td>
              </tr>
              <tr>
                <td><div align="center">费用</div></td>
                <td colspan="3"><%=solmoney%></td>
              </tr>
              <tr>
                <td><div align="center">说明</div></td>
                <td colspan="3"><%=solnote%></td>
              </tr>
              <tr>
                <td><p align="center">更新时间</p>
                </td>
                <td colspan="3"><%=soltime%></td>
              </tr>
              <tr>
                <td><div align="center"></div></td>
                <td colspan="3">&nbsp;</td>
              </tr>
              <tr>
                <td><div align="center"></div></td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td><div align="center"><a href="wy_trip_find.asp">返回上一页</a></div></td>
              </tr>
            </table>			
			<p>&nbsp;</p></td>
	</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -