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

📄 bottom.asp

📁 很实用的进销存管理系统
💻 ASP
字号:
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE>TD {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
</STYLE>

<script language="JavaScript">
<!--
function tick() {
var hours, minutes, seconds;
var intHours, intMinutes, intSeconds;
var today;
today = new Date();
intHours = today.getHours();
intMinutes = today.getMinutes();
intSeconds = today.getSeconds();

if (intHours == 0) {
hours = "00:";
} else if (intHours < 10) { 
hours = "0" + intHours+":";
} else {
hours = intHours + ":";
}

if (intMinutes < 10) {
minutes = "0"+intMinutes+":";
} else {
minutes = intMinutes+":";
}
if (intSeconds < 10) {
seconds = "0"+intSeconds+" ";
} else {
seconds = intSeconds+" ";
} 
timeString = hours+minutes+seconds;
Clock.innerHTML = timeString;
window.setTimeout("tick();", 1000);
}

window.onload = tick;
//-->
</script>

</HEAD>
<BODY leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD bgColor=#73a3d4 height=4></TD></TR></TBODY></TABLE>
<TABLE height=28 cellSpacing=0 cellPadding=0 width="100%" bgColor=#3a6592 
border=0>
  <TBODY>
  <TR>
    <TD>
      <TABLE height="100%" cellSpacing=2 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD align=right width=155>
          
            <script language="javascript">
				function initArray(){
					for(i=0;i<initArray.arguments.length;i++)
					this[i]=initArray.arguments[i];
				}
				var isnMonths=new initArray("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
				var isnDays=new initArray("星期天","星期一","星期二","星期三","星期四","星期五","星期六","星期天");
				today=new Date();
				hrs=today.getHours();
				min=today.getMinutes();
				sec=today.getSeconds();
				clckh=""+((hrs>12)?hrs-12:hrs);
	
				clckm=((min<10)?"0":"")+min;
				clcks=((sec<10)?"0":"")+sec;
				clck=(hrs>=12)?"下午":"上午";
				var stnr="";
				var ns="0123456789";
				var a="";

				function getFullYear(d){	//d is a date object
					yr=d.getYear();
					if(yr<1000)	yr+=1900;
					return yr;
				}

				document.write(getFullYear(today)+"年"+isnMonths[today.getMonth()]+""+today.getDate()+"日 "+isnDays[today.getDay()]);
           </script>

          </TD>
		  <TD align=right width=75  nowrap="nowrap">
		  <span id="Clock"></span>
		  </TD>
          <TD width="*" align="center" nowrap="nowrap">当前用户:<%=session("shiwei_username")%>&nbsp;&nbsp;&nbsp;&nbsp;部门:<%=session("shiwei_zu")%></TD>
          <TD 
          style="FONT-WEIGHT: bolder; FILTER: shadow(Color=#000000,direction=180)" 
          align=right width=250 nowrap="nowrap">开发:wiqu &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QQ:1706523  &nbsp;&nbsp;
  </TD>
        </TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</BODY></HTML>

⌨️ 快捷键说明

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