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

📄 index.asp

📁 旅游信息管理系统,带论文,可作为课程设计参考资料
💻 ASP
字号:
<!--#include file="wy_trip_inc/wy_trip_cnn.inc"-->
<html>
<head>
	<title>数据库课程设计——旅游信息管理系统</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_scol.css">
    <style type="text/css">
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
-->
    </style>
</head>
<%
   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
   		session("bookemail")=rst("bookemail")
		session("booktel")=rst("booktel")
   end if
   rst.close
   set rst=nothing		
%>
<script language="javascript" src="wy_trip_js/wy_trip_check.js"></script>
<body leftmargin="0" topmargin="0" link="#3357B3" vlink="#3357B3" alink="#3357B3">
<center>
<table width="750" border="0" cellpadding="0" cellspacing="0" >
	<tr>
		<td><div align="left"><img src="wy_trip_images/TopCol1.gif" WIDTH="100%" HEIGHT="112"></div></td>
	</tr>
</table>
<table width="750" border="0" cellpadding="0" cellspacing="0" class="Middle Topbar">
	<tr>
		<td width="1%"><div align="right"><span class="style1"><img src="wy_trip_images/BorderLeft.gif" WIDTH="7" HEIGHT="13"></span></div></td>
		<form action="wy_trip_admin/wy_trip_asp/wy_trip_logasp.asp" id="wy_trip" name="wy_trip" method="post" onSubmit="return wychecklog(this)">
			<td width="24%"><span class="style1">用户名:
		 		 <input name="adname" type="text" id="adname" maxlength="20">
			</span></td>
			<td width="41%"><span class="style1">密码:
		  		<input name="adpassword" type="password" id="adpassword" maxlength="20">
                <input type="submit" name="Submit" value=" 登 录 ">
                <input type="reset" name="Submit" value=" 重 置 ">
            </span></td>
		</form>
		<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>
		<td width="2%"><img src="_blank.gif" width="12" height="1"></td>
		<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>
		<td width="2%"><img src="_blank.gif" width="12" height="1"></td>
		<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>
		<td width="2%"><img src="_blank.gif" width="12" height="1"></td>
		<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>
		<td width="2%"><img src="_blank.gif" width="12" height="1"></td>
		<td width="7%"><a href="#"><img src="wy_trip_images/ButtonLinkContactUs.gif" border="0" WIDTH="50" HEIGHT="13"></a></td>
		<td width="1%"><img src="wy_trip_images/BorderRight.gif" WIDTH="11" HEIGHT="13"></td>
	</tr>
</table>
<table width="750" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td><img src="wy_trip_images/TopCol2.jpg" WIDTH="750" HEIGHT="121"></td>
	</tr>
</table>

<table width="750"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th scope="col" bgcolor="#e8eefc">
	<div align="left">
      <iframe name="main" frameborder="0" marginheight="0" marginwidth="0" width="750" height="552" scrolling="auto" src="wy_trip_main/main.asp"></iframe>
    </div></th>
  </tr>
</table>
<table width="750"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="495" scope="col" bgcolor="#e8eefc">&nbsp;</td>
    <td width="255" scope="col">&nbsp;</td>
  </tr>
</table>
<table width="750" border="0" cellpadding="0" cellspacing="0" >
	<tr>
		<td><img src="wy_trip_images/BottomCol1.gif" WIDTH="751" HEIGHT="33"></td>
	</tr>
</table>
</center>
</body>

</html>

⌨️ 快捷键说明

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