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

其他行业

开发平台:

ASP/ASPX

  1. <!--#include file="wy_trip_inc/wy_trip_cnn.inc"-->
  2. <html>
  3. <head>
  4. <title>数据库课程设计——旅游信息管理系统</title>
  5. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  6. <link rel="stylesheet" type="text/css" href="wy_trip_css/wy_trip.css">
  7. <link rel="stylesheet" type="text/css" href="wy_trip_css/wy_trip_scol.css">
  8.     <style type="text/css">
  9. .style1 {
  10. color: #FFFFFF;
  11. font-weight: bold;
  12. }
  13. -->
  14.     </style>
  15. </head>
  16. <%
  17.    set rst=server.createobject("adodb.recordset")
  18.    sqlstr="select * from trip_infor"
  19.    rst.open sqlstr,conn,1,1
  20.    if not(rst.eof or rst.bof ) then
  21.     session("bookemail")=rst("bookemail")
  22. session("booktel")=rst("booktel")
  23.    end if
  24.    rst.close
  25.    set rst=nothing
  26. %>
  27. <script language="javascript" src="wy_trip_js/wy_trip_check.js"></script>
  28. <body leftmargin="0" topmargin="0" link="#3357B3" vlink="#3357B3" alink="#3357B3">
  29. <center>
  30. <table width="750" border="0" cellpadding="0" cellspacing="0" >
  31. <tr>
  32. <td><div align="left"><img src="wy_trip_images/TopCol1.gif" WIDTH="100%" HEIGHT="112"></div></td>
  33. </tr>
  34. </table>
  35. <table width="750" border="0" cellpadding="0" cellspacing="0" class="Middle Topbar">
  36. <tr>
  37. <td width="1%"><div align="right"><span class="style1"><img src="wy_trip_images/BorderLeft.gif" WIDTH="7" HEIGHT="13"></span></div></td>
  38. <form action="wy_trip_admin/wy_trip_asp/wy_trip_logasp.asp" id="wy_trip" name="wy_trip" method="post" onSubmit="return wychecklog(this)">
  39. <td width="24%"><span class="style1">用户名:
  40.    <input name="adname" type="text" id="adname" maxlength="20">
  41. </span></td>
  42. <td width="41%"><span class="style1">密码:
  43.    <input name="adpassword" type="password" id="adpassword" maxlength="20">
  44.                 <input type="submit" name="Submit" value=" 登 录 ">
  45.                 <input type="reset" name="Submit" value=" 重 置 ">
  46.             </span></td>
  47. </form>
  48. <td width="4%"><a href="wy_trip_main/main.asp" target="main"><img src="wy_trip_images/ButtonLinkHome.gif" border="0" WIDTH="27" HEIGHT="13"></a></td>
  49. <td width="2%"><img src="_blank.gif" width="12" height="1"></td>
  50. <td width="4%"><a  href="wy_trip_about/wy_trip_about.asp" target="main"><img src="wy_trip_images/ButtonLinkAbout.gif" border="0" WIDTH="29" HEIGHT="13"></a></td>
  51. <td width="2%"><img src="_blank.gif" width="12" height="1"></td>
  52. <td width="5%"><a href="wy_trip_sol/wy_trip_solutionshow.asp" target="main"><img src="wy_trip_images/ButtonLinkServices.gif" border="0" WIDTH="38" HEIGHT="13"></a></td>
  53. <td width="2%"><img src="_blank.gif" width="12" height="1"></td>
  54. <td width="5%"><a href="wy_trip_find/wy_trip_find.asp" target="main"><img src="wy_trip_images/ButtonLinkSupport.gif" border="0" WIDTH="36" HEIGHT="13"></a></td>
  55. <td width="2%"><img src="_blank.gif" width="12" height="1"></td>
  56. <td width="7%"><a href="#"><img src="wy_trip_images/ButtonLinkContactUs.gif" border="0" WIDTH="50" HEIGHT="13"></a></td>
  57. <td width="1%"><img src="wy_trip_images/BorderRight.gif" WIDTH="11" HEIGHT="13"></td>
  58. </tr>
  59. </table>
  60. <table width="750" border="0" cellpadding="0" cellspacing="0">
  61. <tr>
  62. <td><img src="wy_trip_images/TopCol2.jpg" WIDTH="750" HEIGHT="121"></td>
  63. </tr>
  64. </table>
  65. <table width="750"  border="0" cellspacing="0" cellpadding="0">
  66.   <tr>
  67.     <th scope="col" bgcolor="#e8eefc">
  68. <div align="left">
  69.       <iframe name="main" frameborder="0" marginheight="0" marginwidth="0" width="750" height="552" scrolling="auto" src="wy_trip_main/main.asp"></iframe>
  70.     </div></th>
  71.   </tr>
  72. </table>
  73. <table width="750"  border="0" cellspacing="0" cellpadding="0">
  74.   <tr>
  75.     <td width="495" scope="col" bgcolor="#e8eefc">&nbsp;</td>
  76.     <td width="255" scope="col">&nbsp;</td>
  77.   </tr>
  78. </table>
  79. <table width="750" border="0" cellpadding="0" cellspacing="0" >
  80. <tr>
  81. <td><img src="wy_trip_images/BottomCol1.gif" WIDTH="751" HEIGHT="33"></td>
  82. </tr>
  83. </table>
  84. </center>
  85. </body>
  86. </html>