admin.asp
来自「本公交查询系统基于asp+xml设计」· ASP 代码 · 共 39 行
ASP
39 行
<%@LANGUAGE="VBSCRIPT"%>
<% option explicit %>
<!-- #include file="admin_check.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>公交车管理</title>
<SCRIPT>
<!--
if(self!=top) {top.location=self.location;}
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4;
document.all("frmTitle").style.display="none";
}else{
switchPoint.innerText=3;
document.all("frmTitle").style.display="";
}
}
-->
</SCRIPT>
</head>
<body bgcolor="#DAEBFC" style="MARGIN: 0px" scroll=no>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<TD id=frmTitle align=middle width="160">
<IFRAME id=left style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 160px; HEIGHT: 100%" name=left src="admin_menu.asp" frameBorder=0 scrolling=yes></IFRAME>
</TD>
<TD bgColor=#a4b6d7 style="HEIGHT: 100%" width="15">
<SPAN id=switchPoint title=关闭/打开左栏 onclick=switchSysBar() style="FONT-SIZE: 9pt; CURSOR: hand; COLOR: white; FONT-FAMILY: Webdings">3</SPAN>
</TD>
<TD>
<IFRAME id=main style="Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%" name=main src="admin_listbus.asp" frameBorder=0 scrolling=yes></IFRAME>
</TD>
</TR>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?