📄 worldtime.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Description" Content="『找无忧』网址之家,http://www.zhao51.com/">
<meta name="keywords" Content="zhao51.com,『找无忧』网址之家,找无忧,网址,网站,精品网址,网址精品,网址之家,网站之家,网址大全,网站大全,推荐网站,推荐网址,网址推荐,网站推荐,网站荟萃,网址荟萃,极品网址,百万网址,搜索,搜索引擎,品网,免费域名,二级域名,域名,三级域名,网站推广,网址分类,网址导航,网址精选,网址宝典,精彩网址,中文网址之家,免费电影,mp3下载,flash,免费下载,flash下载,电影,在线试听,歌词,音乐,游戏,传奇外挂,免费外挂,明星写真,壁纸,雅虎,美女,传奇私服,在线电影,在线电视,电影下载,电视音乐视听,免费电子邮件,免费电子信箱,,免费信箱,游戏卡,mp3,音乐视听,聊天室,论坛,sars,mm,GG,flash,QQ,在线mp3,sex,bbs,在线mtv,在线dj舞曲,非典,六合彩,图片,传奇,星座,软件下载,成人笑话,小说,电子书下载">
<meta name="ROBOTS" Content="All">
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<link REL="Shortcut Icon" href="favicon.ico">
<link REL="Bookmark" href="favicon.ico">
<base target="_blank">
<style type="text/css">
<!--
td,body {font-size: 9pt;}
a:link{ color:#000000; text-decoration:none}
a:visited{COLOR: #000000; TEXT-DECORATION: none}
a:active{color:green;text-decoration:none}
a:hover{color:red;text-decoration:underline}
body {background-color: #fafafa;}
.style3 {font-size: 9pt}
.style5 {font-size: 9pt; color: #009900; }
.style6 {color: #FF0000}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<NOSCRIPT><IFRAME SRC="*.html"></IFRAME></NOSCRIPT>
<SCRIPT language=javascript>
<!--
function click() {
if (event.button==2) {
alert('『找无忧』网址之家,让您找网址不再烦恼!→【 http://www.zhao51.com 】')
}
}
document.onmousedown=click
//-->
</SCRIPT>
<SCRIPT language=Javascript>
<!--
var text = "别忘了把本站的网址 http://www.zhao51.com 告诉给您QQ上的朋友哦!因为您的支持就是我们的源动力!"
var speed =20
var x = 0
function bb() {
var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)
window.status = a + b + c
if (x == text.length) {
x = 0
}
else {
x++
}
setTimeout("bb()",speed)
}
bb();
//-->
</SCRIPT>
<title>『找无忧』网址之家——>> 世 界 时 间 —— www.zhao51.com</title>
</head>
<body leftmargin="0" topmargin="0" onselectstart="return false" oncontextmenu="return false" onload=startclock(); onunload=stopclock();>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><iframe id="datamain" src="top.htm" width="100%"height="31" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0scrolling=no ></iframe></td>
</tr>
</table>
<SCRIPT language=JavaScript>
<!--
var timerID = null;
var timerRunning = false;
var _area = 0;
function stopclock(){
if(timerRunning)
clearTimeout(timerID);
timerRunning = false;
}
function startclock(){
stopclock();
showlocaltime();
}
function showlocaltime(){
var now = new Date();
var _day = new Array(7);
_day[0]='日';
_day[1]='一';
_day[2]='二';
_day[3]='三';
_day[4]='四';
_day[5]='五';
_day[6]='六';
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds();
var timezone= now.getTimezoneOffset()/60;
if (timezone == 0)
{ var timeValue = "格林尼治";}
else
{ var timeValue = ((timezone < 0)? " 东"+(-1)*timezone : " 西"+timezone) +'区';}
timeValue += '时间:'
+'2000'+' 年'
+eval(now.getMonth()+1)+'月'
+now.getDate()+'日 星期'
+_day[now.getDay()]+' '+hours;
timeValue += ((minutes < 10) ? ":0" : ":") + minutes;
timeValue += ((seconds < 10) ? ":0" : ":") + seconds+" ";
document.clock.face.value = timeValue ;
timerID = setTimeout("showlocaltime()",1000);
timerRunning = true;
}
function showareatime(_area)
{
var now = new Date();
var timezone = now.getTimezoneOffset()/60;
if (_area != Math.round(_area))
{
_area = Math.floor(_area);
var minutes = now.getMinutes()+30;
if (minutes >=60)
{
minutes = minutes%60;
var hours = now.getHours()+eval(timezone+_area + 1);
}
else
{
var hours = now.getHours()+eval(timezone+_area) ;
}
}
else
{
var hours = now.getHours()+timezone+_area;
var minutes = now.getMinutes();
}
if (hours < 0)
hours = '昨天'+ eval(24 + hours);
else
if (hours < 24 )
hours = '今天'+hours;
else
hours = '明天'+hours%24;
var seconds = now.getSeconds();
var timeValue = hours;
timeValue += ((minutes < 10) ? ":0" : ":") + minutes;
timeValue += ((seconds < 10) ? ":0" : ":") + seconds+" ";
return timeValue;
}
function worldtime(_area)
{
_address = new Array(28);
_address[0]='西12区:埃尼威托克岛,夸贾林岛';
_address[1]='西11区:中途岛,东萨摩亚';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -