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

📄 top.html

📁 管理会计系统 主要功能在主页面左侧的菜单面中
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--- This is an Elated PageKit - www.elated.com. --->
<html>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META name="GENERATOR" content="IBM WebSphere Page Designer V3.5 for Windows">
<meta name="ProgId" content="FrontPage.Editor.Document">
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE></TITLE>
<STYLE type=text/css>
<!--A {TEXT-DECORATION: none;}A:hover {COLOR: #ee9c00; TEXT-DECORATION: underline;}TD {FONT-SIZE: 9pt;}-->
</STYLE>
</HEAD>

<body  link="#666666" alink="#FFFFFF" vlink="#333333" onload="goforit()" bgcolor="#537ead" topmargin="0" leftmargin="0">
<form name="form1" cellpadding=0 cellspacing=0>
<table border=0 cellpadding=0 cellspacing=0 width="1" height="1">
	<tr><td colspan=5 width="793" height="1"><img src="/resources/images/top/top11.jpg" border="0" width="793" height="63"></td></tr>
	<tr><td width="520" height="1"><span id="clock"></span></td>
	    <td width="98" height="1"><img border="0" src="/resources/images/top/top21.jpg" width="98" height="20"></td>
	    <td width="36" height="1"><img border="0" src="/resources/images/top/top22.jpg" width="36" height="20"></td>
	    <td width="339" height="1"><img border="0" src="/resources/images/top/top23.jpg" width="339" height="20"></td>
	    <td width="158" height="1"><img src="/resources/images/top/top24.jpg" border="0" width="158" height="20"></td>
     	</tr>
</table>
<script>
function getthedate()
{
	var mydate=new Date()
	var year=mydate.getYear()
	
	if (year< 1000) { year+=1900 }
	
	var day=mydate.getDay()
	var month=mydate.getMonth()
        month=month+1
	var daym=mydate.getDate()
	
	if (daym<10) 	{ daym="0"+daym }
	if (month<10) 	{ month="0"+month }
	
	var hours=mydate.getHours()
	var minutes=mydate.getMinutes()
	var seconds=mydate.getSeconds()
	
	if (hours<=9)   { hours="0"+hours }
	if (hours==0)   { hours=24 }
	if (minutes<=9)	{ minutes="0"+minutes }
	if (seconds<=9)	{ seconds="0"+seconds }
	
	var cdate="<small><font color='000000' face='Arial'><b>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+year+"-"+month+"-"+daym+" "+hours+":"+minutes+":"+seconds+"</b></font></small>"
	
	if (document.all)
	{
		document.all.clock.innerHTML=cdate
	}
	else
	{
		document.write(cdate);
	}
}

if (!document.all)
{
	getthedate()
}

function goforit()
{
	if (document.all)
	setInterval("getthedate()",1000)
}
</script>
</form>
</body>
</html>

⌨️ 快捷键说明

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