☆★㊣論壇俱樂部㊣★☆
Would you like to react to this message? Create an account in a few clicks or log in to continue.


♀方圍..定礎..結!!♂就讓你走進我的絕界裡頭吧!! 心境不夠平靜根本不能稱得上是術者!!@o@ ''還未成為成功的術者根本不可能進入黑芒的
 
首頁歡迎頁相冊Latest images搜尋會員註冊登入
搜尋
 
 

結果按:
 
Rechercher 進階搜尋
最新主題
» why is this forum still online
程式名稱 : 動態世界時間顯示 I_icon_minitime20/1/2020, 7:45 pm 由 失去x挽回

» (10/8)CSO透視外掛,TRE外掛 全測試可用
程式名稱 : 動態世界時間顯示 I_icon_minitime19/8/2013, 10:26 pm 由 wetorct11610

» cso nst website 介紹
程式名稱 : 動態世界時間顯示 I_icon_minitime11/9/2010, 5:53 pm 由 ☆卍滿天星卍"◇

» CSO系列-菲律賓警察事件
程式名稱 : 動態世界時間顯示 I_icon_minitime7/9/2010, 7:39 pm 由 ☆我係我★某人☆

» 遇上外掛(僵屍手持 CV-47 60R)
程式名稱 : 動態世界時間顯示 I_icon_minitime7/9/2010, 7:38 pm 由 ☆我係我★某人☆

» cso 武器(手槍)
程式名稱 : 動態世界時間顯示 I_icon_minitime7/9/2010, 7:33 pm 由 ☆卍滿天星卍"◇

» cso好笑小電影[當希特勒遇上CSO外掛]
程式名稱 : 動態世界時間顯示 I_icon_minitime5/9/2010, 8:26 pm 由 ☆卍滿天星卍"◇

» 打到34關敗北
程式名稱 : 動態世界時間顯示 I_icon_minitime5/9/2010, 8:21 pm 由 ☆卍滿天星卍"◇

» hahaha
程式名稱 : 動態世界時間顯示 I_icon_minitime5/9/2010, 8:19 pm 由 ☆卍滿天星卍"◇

導航
 歡迎頁
 首頁
 會員列表
 個人資料
 常見問題
 搜尋
版面
合作伙伴
免費論壇

免费论坛


 

 程式名稱 : 動態世界時間顯示

向下 
發表人內容
☆卍滿天星卍"◇
Admin
☆卍滿天星卍


文章數 : 170
注冊日期 : 2009-09-24
年齡 : 26

程式名稱 : 動態世界時間顯示 Empty
發表主題: 程式名稱 : 動態世界時間顯示   程式名稱 : 動態世界時間顯示 I_icon_minitime11/3/2010, 9:14 pm

步驟一 :
將以下程式碼複製 , 貼在網頁原始檔HTML<head> 與 </head> 之間 .
<script language=javaScript>
<!-- Beginning of JavaScript -

// CREDITS:
// Dynamic world time ticker for your titlebar
// By Urs Dudli and Peter Gehrig
// Copyright (c) 2001 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com
// info@24fun.com
// 5/8/2001

// IMPORTANT:
// If you add this script to a script-library or script-archive
// you have to add a highly visible link to
// http://www.24fun.com on the webpage
// where this script will be featured

// CONFIGURATION:
// Go to http://www.24fun.com, open category 'date' and download the script

var hours
var shifthours
var minutes
var seconds
var localhours
var pause=2000
var thisplace
var i_worldtime=0
var timer

var worldtime = new Array()

worldtime[0]="Azores,-1"
worldtime[1]="Baghdad,4"
worldtime[2]="Berlin,2"
worldtime[3]="Buenos Aires,-3"
worldtime[4]="Chicago,-5"
worldtime[5]="Denver,-6"
worldtime[6]="Hong Kong,8"
worldtime[7]="Honolulu,-10"
worldtime[8]="Johannesburg,2"
worldtime[9]="Kairo,3"
worldtime[10]="Lima,-5"
worldtime[11]="London,1"
worldtime[12]="Los Angeles,-7"
worldtime[13]="Mexico City,-5"
worldtime[14]="Moscow,4"
worldtime[15]="New York,-4"
worldtime[16]="Paris,2"
worldtime[17]="Perth,8"
worldtime[18]="Sao Paulo,-3"
worldtime[19]="Sydney,10"
worldtime[20]="Tokyo,9"

function showtime() {
if (document.all) {
thisplace=worldtime[i_worldtime].split(",")
thistime= new Date()
hours=thistime.getUTCHours()
hours=eval(hours)
shifthours=eval(thisplace[1])
localhours=eval(shifthours+hours)
if (localhours <0) {localhours=24+localhours}
if (localhours >=24) {localhours=localhours-24}

minutes=thistime.getUTCMinutes()
seconds=thistime.getUTCSeconds()

if (thisplace[0]=='Delhi') {
minutes=eval(minutes+30)
if (minutes>=60) {
minutes=eval(minutes-60)
localhours=eval(localhours+1)
}
}
if (eval(minutes) < 10) {minutes="0"+minutes}
if (eval(seconds) < 10) {seconds="0"+seconds}
if (eval(localhours) < 10) {localhours="0"+localhours}
thistime = localhours+":"+minutes+":"+seconds
document.title=" ------ "+thistime+" --->>> "+thisplace[0]+" <<< ---------------------------------"
i_worldtime++
if (i_worldtime>=worldtime.length) {
i_worldtime=0
}
timer =setTimeout("showtime()",pause)
}
}

if (document.all) {
window.onload=showtime
}

// - End of JavaScript - -->
</script>
回頂端 向下
http://enjoytheworld.forum888.tw
 
程式名稱 : 動態世界時間顯示
回頂端 
1頁(共1頁)

這個論壇的權限:無法 在這個版面回復文章
☆★㊣論壇俱樂部㊣★☆ :: 俱樂部之城 I :: 程式分享俱樂部-
前往: