wy_trip_tous.asp
上传用户:hnxqingdao
上传日期:2013-05-22
资源大小:1283k
文件大小:1k
源码类别:

其他行业

开发平台:

ASP/ASPX

  1. <!--#include file="../wy_trip_inc/wy_trip_cnn.inc"-->
  2. <html>
  3. <head>
  4. <title>PTrip Server 2005 For 数据库课程设计
  5. </title>
  6. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  7. <link rel="stylesheet" type="text/css" href="../wy_trip_css/wy_trip.css">
  8. </head>
  9. <%
  10. '获得解决方案类型
  11. solname=request.QueryString("solname")
  12. 'response.Write(solname)
  13. sqlstr="select * from trip_soloverseas where solname='"&solname&"'"
  14. set rst=server.CreateObject("adodb.recordset")
  15. rst.open sqlstr,conn,1,1
  16. if not(rst.eof or rst.bof) then
  17.      soltitle=rst("solname")
  18.  solinfor1=rst("solinfor1")
  19.  solinfor2=rst("solinfor2")
  20.  solinfor3=rst("solinfor3")
  21.  soltime=rst("soltime")
  22.  solpic1="../wy_trip_images/"&rst("solpic1")
  23.  solpic2="../wy_trip_images/"&rst("solpic2")
  24.  solpic3="../wy_trip_images/"&rst("solpic3")
  25. end if
  26. rst.close
  27. set rst=nothing
  28. %>
  29. <body leftmargin="0" topmargin="0"  bottommargin="0" rightmargin="0" link="#3357B3" vlink="#3357B3" alink="#3357B3" bgcolor="#e8eefc">
  30. <table width="734" height="100%" cellpadding="0" cellspacing="0">
  31. <tr>
  32. <td valign="top" class="Main">
  33. <p class="NoBreakBeforeAfter"><img src="../wy_trip_images/TopCol3.gif" WIDTH="247" HEIGHT="23"></p>
  34. <p class="NoBreakBeforeAfter"><img src="../wy_trip_images/HeaderOtherDestination.gif" width="229" height="28"></p>
  35.   <p class="Indented1" align="center"><font size="6" color="#3357b3"><b>联系我们</b></font></p>
  36.       </td>
  37. </tr>
  38. </table>
  39. </body>
  40. </html>