📄 index.asp
字号:
<!-- #include file="../inc/LHB_Check_Session.asp" -->
<!-- #include file="../inc/Conn.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=sXang_Title%></title>
<style>
body{overflow:hidden}
.table4 {
border: 1px solid #2462F4;
margin: 1px;
padding: 1px;
width:5pt;
cursor:hand;
}
</style>
<script>
function LeftBarMove(){
if (CloseLeftBar.style.display==""){
document.all("CloseLeftBar").style.display="none"
document.all("OpenLeftBar").style.display=""
document.all("frmTitle").style.display="none"
}
else{
document.all("CloseLeftBar").style.display=""
document.all("OpenLeftBar").style.display="none"
document.all("frmTitle").style.display=""
}
}
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#2462F4" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td colspan="3" align="center" valign="middle" height="60">
<table width="100%" border="0" cellspacing="0" align="center" height="100%">
<tr>
<td bgcolor="214C9B" height="62" background="../pic/001.gif"><%=sXang_Title%></td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="frmTitle" name="frmTitle" nowrap valign="middle" align="center" width="150">
<IFRAME id="BoardTitle" name="main" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 150; Z-INDEX: 2" scrolling="auto" frameborder="0" src="../inc/LHB_Left.asp"></IFRAME></td>
<td valign="middle" bgcolor="#214C9B" class="table4">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td onClick="LeftBarMove()" id="CloseLeftBar" name="CloseLeftBar" title="关闭左边栏"><img src="../pic/left.gif" alt="关闭左边栏"></td>
<td onClick="LeftBarMove()" id="OpenLeftBar" name="OpenLeftBar" style="DISPLAY: none;" title="打开左边栏"><img src="../pic/right.gif" alt="打开左边栏"></td>
<td></td>
</tr>
</table>
</td>
<td style="width:100%"><IFRAME frameBorder=0 id=frmright width="100%" height="100%" name=Right scrolling=yes src="../Manage/index.asp"></IFRAME></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -