📄 main.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>业务管理系统</TITLE>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="css/style.css" type=text/css rel=stylesheet>
<STYLE>.navPoint {
FONT-SIZE: 9pt; CURSOR: hand; COLOR: white; FONT-FAMILY: Webdings
}
P {
FONT-SIZE: 9pt
}
</STYLE>
<SCRIPT language=javascript1.1 src=""></SCRIPT>
<SCRIPT>
if (document.all==null) window.location.href="index.htm"
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}
else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}
}
function expandTopFrame(){
if (typeof(frmright)!="undefined"){
if (typeof(frmright.frmMain)!="undefined") {
frmright.frmMain.rows="*,45"
}
}
}
function expandBottomFrame(){
if (typeof(frmright)!="undefined"){
if (typeof(frmright.frmMain)!="undefined") {
frmright.frmMain.rows="45,*"
}
}
}
function restoreSplit(){
if (typeof(frmright)!="undefined"){
if (typeof(frmright.frmMain)!="undefined") {
frmright.frmMain.rows="*,200"
}
}
}
</SCRIPT>
</HEAD>
<BODY style="MARGIN: 0px" scroll=no>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD id=frmTitle vAlign=center noWrap align=middle name="frmTitle"><IFRAME
id=BoardTitle
style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 140px; HEIGHT: 100%"
name=BoardTitle src="left.asp" frameBorder=0
scrolling=no></IFRAME>
<TD style="WIDTH: 10pt" bgColor=#336699>
<TABLE height="100%" cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD style="HEIGHT: 100%" onclick=switchSysBar()><SPAN class=navPoint
id=switchPoint title=关闭/打开左栏>3</SPAN>
</TBODY></TABLE></TD>
<TD style="WIDTH: 100%"><IFRAME id=frmright
style="Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%"
name=frmright src="right.asp" frameBorder=0
scrolling=yes></IFRAME></TD></TR></TBODY></TABLE></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -