📄 index.asp
字号:
<!--#include file="chk.asp"-->
<HTML>
<HEAD>
<TITLE>管理首页</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE>.navPoint {
COLOR:#ffffff; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt
}
</STYLE>
<SCRIPT>
function switchSysBar(){
if (switchPoint.innerText==7){
switchPoint.innerText=8
document.all("frmTitle").style.display="none"
}
else{
switchPoint.innerText=7
document.all("frmTitle").style.display=""
}
}
</SCRIPT>
</HEAD>
<BODY scroll=no style="MARGIN: 0px">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%">
<TBODY>
<TR>
<TD align=middle colspan="3" height="22">
<IFRAME frameBorder=0 id=BoardTitle name=top src="top.asp" style="VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 2" border="0" height="22" target="main" scrolling="no" marginheight="17"></IFRAME></TR>
<TR>
<TD align=middle id=frmTitle noWrap vAlign=center name="frmTitle">
<IFRAME
frameBorder=0 id=BoardTitle name=BoardMenu
src="TaskMenu.html"
style="VISIBILITY: inherit; WIDTH: 209px; Z-INDEX: 2" border="0" height="100%" target="main"></IFRAME>
<TD bgColor=#C4E3FB onclick=switchSysBar() style="WIDTH: 12px"><SPAN class=navPoint id=switchPoint title=关闭/打开菜单>
<font color="#000000">7</font></SPAN>
</TD>
<TD style="WIDTH: 100%">
<IFRAME frameBorder=0 id=frmright name=forum
src="Adminmian.asp"
style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></IFRAME>
</TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -