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

📄 index.asp

📁 基于C#语言的一个物流信息网数据库系统开发案例的源代码 ,很实用
💻 ASP
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<link rel="stylesheet" href="css/style.css">
<style type="text/css">
<!--
.STYLE16 {
	font-size: 10pt;
	color: #3399FF;
}
body {
	background-color: #FFFFFF;
}
-->
</style>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>物流信息网首页</title>
</head>
<object type="application/x-oleobject" id=closes classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
	<param name="command" value="close">
</object>
<body>
<table width="760" height="328" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="10" background="images/17.gif">&nbsp;</td>
    <td width="740" valign="top">
<!-- #include file="top.asp" -->
<% if request.QueryString("action")="reg" then %>
	<!-- #include file="Reg/reg.asp" -->
<%else %>
	<% if request.QueryString("action")="back" then  %>
	<table width="760" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
      	<tr>
        	<td width="170" valign="top">
				<!-- #include file="manage/left.asp" -->
			</td>
        	<td width="590">
				<table width="590" height="273" border="1" cellpadding="0" cellspacing="0">
          			<tr>
            			<td height="20" align="right" bgcolor="#efefef"><marquee scrollamount="3">
            			<span class="STYLE16">^_^ 明日物流信息后台管理!!</span>
            			</marquee></td>
          			</tr>
          			<tr>
            			<td height="478" valign="top">
						<% if session("back")="" then %>
							<!-- #include file="manage/Login/login.asp" -->
						<% else %>
							<% select case request.querystring("type")%>
								<% case "enterprise" %>
									<!-- #include file="manage/Enterprise/enterprise.asp" -->
								<% case "goods" %>
									<!-- #include file="manage/Goods/goods.asp" -->
								<% case "car" %>
									<!-- #include file="manage/Cars/car.asp" -->
								<% case "help" %>
									<!-- #include file="manage/Help/help.asp" -->
								<% case "placard" %>
									<!-- #include file="manage/Placard/placard.asp" -->
								<% case "knowledge" %>
									<!-- #include file="manage/Knowledge/knowledge.asp" -->
								<% case "member" %>
									<!-- #include file="manage/Member/member.asp" -->
								<% case "new" %>
									<!-- #include file="manage/New/new.asp" -->
								<% case else %>
									<!-- #include file="manage/default.asp" -->
							<% end select %>
						<% end if %>
						</td>
          			</tr>
        		</table>
			</td>
		</tr>
	</table>
	<% else %>
		<!-- #include file="first.asp" -->
	<% end if %>
<% end if %>
<!-- #include file="bottom.asp" -->	
	</td>
    <td width="10" background="images/16.gif">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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