📄 wy_trip_sol.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">
<link rel="stylesheet" type="text/css" href="../wy_trip_css/wy_trip_scolsub.css">
</head>
<%
'获得解决方案类型
solname=request.QueryString("solname")
'response.Write(solname)
sqlstr1="select * from trip_soloverseas where solname='"&solname&"'"
sqlstr2="select * from trip_soloverseasinfor where solname='"&solname&"'"
set rst=server.CreateObject("adodb.recordset")
rst.open sqlstr1,conn,1,1
if not(rst.eof or rst.bof) then
soltitle=rst("solname")
solinfor1=rst("solinfor1")
solinfor2=rst("solinfor2")
solinfor3=rst("solinfor3")
solpic1="../wy_trip_images/"&rst("solpic1")
solpic2="../wy_trip_images/"&rst("solpic2")
solpic3="../wy_trip_images/"&rst("solpic3")
end if
rst.close
rst.open sqlstr2,conn,1,1
if not (rst.eof or rst.bof) then
soltime=rst("soltime")
end if
rst.close
set rst=nothing
%>
<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><%=soltitle%> 游解决方案 </b></font><%=soltime%></p>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#e8eefc">
<tr>
<td width="27%" scope="col"><img src=<%=solpic1%> alt="pic"></img></td>
<td colspan="4" scope="col"><%=solinfor1%></td>
</tr>
<tr>
<td colspan="4"><%=solinfor2%></td>
<td width="37%"><img src=<%=solpic2%> alt="pic"></img></td>
</tr>
<tr>
<td><img src=<%=solpic3%> alt="pic"></td>
<td colspan="4"><%=solinfor3%></td>
</tr>
<tr>
<td> </td>
<td colspan="4"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><div align="center"><a href="../wy_trip_main/main.asp" target="main"><font color="red"><b>返回首页</b></font></a></div></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -