⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.asp

📁 这是去年开发的中移鼎讯手机进销存系统 大家
💻 ASP
字号:
<!--#include file="inc/function.asp"-->
<!--#include file="inc/ChkPurview.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>安徽移动手机进销存管理系统V1.0</title>
<link href="css/css.css" rel="stylesheet" type="text/css">
<SCRIPT language=javascript>
function switchSysBar_top(){
	if (switchPointtop.innerText==5){
		switchPointtop.innerText=6
		document.all("topmnuList").style.display="none"		
		top.main.rows="30,*"
	}
	else{
		switchPointtop.innerText=5
		document.all("topmnuList").style.display=""
		top.main.rows="100,*"		
	}
}
	


</SCRIPT>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr  id=topmnuList> 
    <td height="67" class="top">&nbsp;</td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td height="33" background="images/link_gb.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="45%">&nbsp;&nbsp;今天是:<%=FormatDateTime(date(),vbLongDate)%> <%=WeekDayName(DatePart("w",Now))%></td>
          <td width="10%"><CENTER><SPAN class=np id=switchPointtop title=点击自动隐藏式 
            onclick=switchSysBar_top()>5</SPAN> 
  </CENTER></td>
          <td width="45%"><div align="center"><a href="javascript:location.reload()" target="mainFrame" >刷新页面</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <%
		  if GetUserGPower =9999 then
		  	response.write "<a href=""help/prov/readme.doc"" target=""mainFrame"" >帮助说明</a>"
		  elseif GetUserGPower =999 then
		  	response.write "<a href=""help/city/readme.doc"" target=""mainFrame"" >帮助说明</a>"
		  elseif  GetUserGPower =99 then
		  	response.write "<a href=""help/county/readme.doc"" target=""mainFrame"" >帮助说明</a>"
		  elseif  GetUserGPower =9 then
		  	response.write "<a href=""help/countys/readme.doc"" target=""mainFrame"" >帮助说明</a>"
 		  end if
		  %>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="logout.asp" target="_parent"><font color="#FF0000"><strong>退出</strong></font></a></div></td>
        </tr>
      </table></td>
  </tr>
</table>
<SCRIPT>
if (document.body.offsetHeight>30){
 switchPointtop.innerText=5
 document.all("topmnuList").style.display=""
 top.main.rows="100,*"
}else{
 switchPointtop.innerText=6
 document.all("topmnuList").style.display="none"
 top.main.rows="30,*"
}
</SCRIPT>
</body>
</html>

⌨️ 快捷键说明

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