☆★㊣論壇俱樂部㊣★☆
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:15 pm

步驟一 :
將以下程式碼複製 , 貼在網頁原始檔HTML<head> 與 </head> 之間 .
<script LANGUAGE="JavaScript" TYPE="text/javascript">
var vn="Microsoft Internet Explorer";
var some;
if(navigator.appName!=vn)
some=1900;
else
some=0;

function montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) {
this[0] = m0;
this[1] = m1;
this[2] = m2;
this[3] = m3;
this[4] = m4;
this[5] = m5;
this[6] = m6;
this[7] = m7;
this[8] = m8;
this[9] = m9;
this[10] = m10;
this[11] = m11;
}

function calendar() {
var monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";
var today = new Date();
var thisDay;
var monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);

year = today.getYear() + 1900;
thisDay = today.getDate();

if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) monthDays[1] = 29;

nDays = monthDays[today.getMonth()];
firstDay = today;
firstDay.setDate(1); // works fine for most systems
testMe = firstDay.getDate();
if (testMe == 2) firstDay.setDate(0);
startDay = firstDay.getDay();

document.write('<table border="0" cellspacing="0" cellpadding="2" align="CENTER" bgcolor="#3399FF"><TR><TD><table border="0" cellspacing="1" cellpadding="2" bgcolor="Silver">');

document.write('<TR><th colspan="7" bgcolor="#99CCFF">');
var dayNames = new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
var monthNames = new Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
var now = new Date();
document.write("<font style=font-size:10pt;Color:#000000>" + "西元 " + now.getYear() + "年" + monthNames[now.getMonth()] + " " + now.getDate() + "日 " + dayNames[now.getDay()] + "</FONT>");


document.writeln('</TH></TR><TR><TH BGCOLOR="#FFba40"><font style="font-size:9pt;Color:White"><FONT COLOR="#000000">日</FONT></FONT></TH>');
document.writeln('<th bgcolor="#CCFF99"><font style="font-size:9pt;Color:White"><FONT COLOR="#000000">一</FONT></FONT></TH>');
document.writeln('<TH BGCOLOR="#CCFF99"><font style="font-size:9pt;Color:White"><FONT COLOR="#000000">二</FONT></FONT></TH>');
document.writeln('<TH BGCOLOR="#CCFF99"><font style="font-size:9pt;Color:White"><FONT COLOR="#000000">三</FONT></FONT></TH>');
document.writeln('<TH BGCOLOR="#CCFF99"><font style="font-size:9pt;Color:White"><FONT COLOR="#000000">四</FONT></FONT></TH>');
document.writeln('<TH BGCOLOR="#CCFF99"><font style="font-size:9pt;Color:White"><FONT COLOR="#000000">五</FONT></FONT></TH>');
document.writeln('<TH BGCOLOR="#CCFF99"><font style="font-size:9pt;Color:White"><FONT COLOR="#000000">六</FONT></FONT></TH>');
document.writeln("</TR><TR>");
column = 0;
for (i=0; i<startDay; i++) {
document.writeln("\n<TD><FONT style=font-size:9pt> </FONT></TD>");
column++;
}

for (i=1; i<=nDays; i++) {
if (i == thisDay) {
document.writeln('</TD><td align="CENTER" bgcolor="#FFba40"><FONT style=font-size:9pt;Color:#000000><B>')
}
else {
document.writeln('</TD><TD BGCOLOR="#FFFFFF" ALIGN="CENTER"><FONT style=font-size:9pt;font-family:Arial;font-weight:bold;Color:#007d00>');
}
document.writeln(i);
if (i == thisDay) document.writeln("</FONT></TD>")
column++;
if (column == 7) {
document.writeln("<TR>");
column = 0;
}
}
document.writeln('<TR><td colspan="7" align="CENTER" valign="TOP" bgcolor="#99CCFF"><form name="clock" onSubmit="0"><FONT style=font-size:9pt;Color:#000000>現在時間:<INPUT TYPE="Text" NAME="face" ALIGN="TOP"></FONT></TD></TR></TABLE></TD></TR></TABLE></FORM>');
}
var timerID = null;
var timerRunning = false;
function stopclock ()
{
if(timerRunning)
clearTimeout(timerID);
timerRunning = false;
}
function showtime()
{
var now = new Date()
var hours = now.getHours()
var minutes = now.getMinutes()
var seconds = now.getSeconds()
var timeValue = ""
if(hours>=1 && hours <4)
{timeValue += ("凌晨")}
if(hours>=4 && hours<6)
{timeValue += ("清晨")}
if(hours>=6 && hours<9)
{timeValue += ("早上")}
if(hours>=9 && hours<12)
{timeValue += ("上午")}
if(hours>=12 && hours<13)
{timeValue += ("中午")}
if(hours>=13 && hours<18)
{timeValue += ("下午")}
if(hours>=18 && hours <19)
{timeValue += ("傍晚")}
if(hours>=19 && hours <24)
{timeValue += ("晚上")}
if(hours<1)
{timeValue += ("午夜")}
timeValue += ((hours > 12) ? hours - 12 : hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += ((seconds < 10) ? ":0" : ":") + seconds
document.clock.face.value = timeValue
timerID = setTimeout("showtime()",1000)
timerRunning = true
}
function startclock ()
{
stopclock();
showtime();
}
</script>



步驟二 :
將以下程式碼複製 , 貼在網頁原始檔HTML <body> 之內 .
onLoad="startclock(); timerONE=window.setTimeout"



步驟三 :
將以下程式碼複製 , 貼在網頁原始檔HTML <body> 與 </body> 之間 .
<script LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
calendar();
//-->
</script>



 
 
回頂端 向下
http://enjoytheworld.forum888.tw
 
程式名稱 : 年曆加上動態時間
回頂端 
1頁(共1頁)

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