📄 first.asp
字号:
<% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -