📄 frame_statusbar.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Module" content="">
<script language="JavaScript">
<!--
var imgHelpUp = new Image ( ) ;
var imgHelpDown = new Image ( ) ;
var imgExitColor = new Image ( ) ;
var imgExitGray = new Image ( ) ;
imgHelpUp.src = "images/help.gif" ;
imgHelpDown.src = "images/help_down.gif" ;
imgExitColor.src = "images/buttonicon_exit.gif" ;
imgExitGray.src = "images/buttonicon_exitg.gif" ;
function changeView ( )
{
var nClientHeight = parent.list_area.document.body.clientHeight ;
if ( top.allowChangeView )
{
if ( parent.right_area.rows != "*,0" )
{
parent.right_area.rows = "*,0" ;
top.canResize = false ;
//viewSwitch.src = imgHelpUp.src ;
//viewSwitch.alt = "显示帮助" ;
}
else
{
parent.right_area.rows = ( nClientHeight / 2 ) + ",*" ;
top.canResize = true ;
//viewSwitch.src = imgHelpDown.src ;
//viewSwitch.alt = "隐藏帮助" ;
}
}
else
{
parent.right_area.rows = "*,0" ;
top.canResize = false ;
//viewSwitch.src = imgHelpUp.src ;
//viewSwitch.alt = "显示帮助" ;
}
}
function fn_BtnFlat ( )
{
table_logout.className = "StatusBarButton" ;
buttonicon_exit.src = imgExitGray.src ;
}
function fn_BtnGroove ( )
{
table_logout.className = "StatusBarButtonUp" ;
buttonicon_exit.src = imgExitColor.src ;
}
function fn_BtnDown ( )
{
table_logout.className = "StatusBarButtonDown" ;
buttonicon_exit.src = imgExitColor.src ;
}
function fn_Logout ( )
{
if ( confirm ( "您真的要退出系统么?" ) )
{
form_logout.submit ( ) ;
}
}
//-->
</script>
<link id="style_sheet" href="css/save.css" type="text/css" rel="stylesheet">
<script language="JavaScript">style_sheet.href = parent.style_sheet.href;</script>
<title></title>
<form name="form_logout" action="login.asp?Cmd=Exit" target="_top" method="post">
</form>
</head>
<body class="StatusBar"><table width="100%" height="20" border="0" cellpadding="0" cellspacing="0" style="font-size:9pt;">
<tr>
<td nowrap align="left" width="150" valign="top" height="20"><table id="table_logout" border="0" cellpadding="0" cellspacing="0" style="width:127px; height:20px;" class="StatusBarButton">
<tr>
<td height="18" align="left" valign="top" onclick="JavaScript:fn_Logout();" onmouseover="JavaScript:fn_BtnGroove()" onmouseout="JavaScript:fn_BtnFlat()" onmousedown="JavaScript:fn_BtnDown()" onmouseup="JavaScript:fn_BtnGroove()"><table border="0" cellpadding="0" cellspacing="0" style="font-size:9pt;" width="125" height="18">
<tr>
<td nowrap width="19" height="18"></td>
<td nowrap width="19" height="18"><img id="buttonicon_exit" src="images/buttonicon_exitg.gif" height="14" width="14"></td>
<td nowrap align="left" valign="bottom" height="18"><b style="color:Navy;">退出系统</b></td></tr>
</table></td>
</tr>
</table></td>
<td height="20" align="center" valign="top" nowrap class="StatusBarTitle">Powered by 易方软件(Efang™) Hosting
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -