user.asp

来自「20041230162250801409: 浙江省丽水市公铁联运有限公司OA系」· ASP 代码 · 共 67 行

ASP
67
字号
<%
 if session("pwd")<>"pass" then
 response.Redirect "../hcy/login.asp"
  response.end 
  end if 
   %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>丽水市公铁联运有限公司OA系统</title>
<style>
.navPoint
	{
	font-family: Webdings;
	font-size:9pt;
	color:white;
	cursor:hand;
	}
p{
	font-size:9pt;
}
</style>
<script>
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 openMenu()
{
	if (switchPoint.innerText==4){
		switchPoint.innerText=3;
		document.all("frmTitle").style.display="";
	}
	else{
		switchPoint.innerText=3
		document.all("frmTitle").style.display="";
	}
	
}

</script>
</head>
<body scroll="no" style="MARGIN: 0px"  onbeforeunload=return("你确定要关闭吗?按确定关闭当前窗口!")>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td id="frmTitle" name="frmTitle" nowrap valign="middle" align="center">
<IFRAME id="BoardTitle" name="main" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 140; Z-INDEX: 2" scrolling="no" frameborder="0" src="left.asp"></IFRAME>

    <td style="width:10pt" onmouseover="openMenu()">

	<table height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#9933FF">
        <tr>
          <td background="../image/topBar_bg.gif" style="height:100%" onclick="switchSysBar()"><span class="navPoint" id="switchPoint" title="关闭/打开左栏"><font color="#FF0000">3</font></span> 
        </table>

	</td>
    <td style="width:100%"> 
      <IFRAME id="frmright" name="BoardList" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" scrolling="auto" frameborder="0" src="readme.asp"></IFRAME>
      </a> </tr></table>
</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?