first.asp

来自「基于C#语言的一个物流信息网数据库系统开发案例的源代码 ,很实用」· ASP 代码 · 共 57 行

ASP
57
字号
<% if session("name")="admin" then %>
<script language="javascript">
	history.back();
</script>
<% end if %><style type="text/css">
<!--
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
-->
</style>
<table width="760" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="20" valign="top"><table width="760" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
       	<td width="170" valign="top">
		  		<table width="100%" height="100" border="1" cellpadding="0" cellspacing="0" bordercolorlight="#99CDFF" bordercolor="#99CDFF" bordercolordark="#ffffff" cellpadding="0" cellspacing="0">
				<% if session("name")="" or session("name")="admin" then %>		  
					<!-- #include file="Login/denglu.asp" -->
				<% else %>
					<!-- #include file="Login/on.asp" -->
				<% end if %>
				<!-- #include file="Assistant.asp" -->
				<!-- #include file="Help/help.asp" -->
       		  </table>
			</td>
        	<td width="593" valign="top">
			<% select case request.QueryString("action") %>
			<% case "" %>		
				<!-- #include file="part.asp" -->
			<% case "huowu"%>
				<!-- #include file="Goods/huowu.asp" -->
			<%case "car" %>
				<!-- #include file="Cars/car.asp" -->
			<% case "enterprise" %>
				<!-- #include file="Enterprise/show.asp" -->
			<% case "knowledge" %>
				<!-- #include file="Knowledge/knowledge.asp" -->
			<% case "assistant" %>
				<!-- #include file="Assistant.asp" -->
			<% case "new" %>
				<!-- #include file="New/new.asp" -->
			<% case "search" %>
				<!-- #include file="Search/show.asp" -->
			<% case "Search1" %>
				<!-- #include file="Search/search.asp" -->
			<% case else %>
			<!-- #include file="Knowledge/show.asp" -->
			<% end select %>
			</td>
      	</tr>
</table>
</td>
</tr>
</table>

⌨️ 快捷键说明

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