关键词
最优秀的发帖人
tcw987654321 (2424) | ||||
tiger_tiger (2015) | ||||
梦随峰飘 (542) | ||||
868 (284) | ||||
mmao21 (251) | ||||
x__________________X (222) | ||||
y4341991 (101) | ||||
花生省魔术 (98) | ||||
Tiger&蘋果爸 (80) | ||||
pyy (74) |
頁面震動效果
3 posters
頁面震動效果
這個是根據時間來判斷顯示哪個問候語,文字可以自行修改,文字顏色跟字體亦可自行修改
- 代码:
<font size=4>
<script language=JavaScript>
var today = new Date ()
var hours = today.getHours();
document.write( "<font color=blue face='新細明體'>");
if (hours <=0) document.write("午夜 12 點多了,晚安");
else if (hours <= 1) document.write("午夜 1 點多了");
else if (hours <= 2) document.write("午夜 2 點丫");
else if (hours <= 3) document.write("已經午夜 3 點多了");
else if (hours <= 4) document.write("已經午夜 4 點多了");
else if (hours <= 5) document.write("早ㄚ! 5 點多了");
else if (hours <= 6) document.write("早ㄚ!6 點多了");
else if (hours <= 7) document.write("早ㄚ!已7 點多了");
else if (hours <= 8) document.write("上午 8 點多了");
else if (hours <= 9) document.write("上午 9 點多了");
else if (hours <= 10) document.write("上午 10 點");
else if (hours <= 11) document.write("上午 11 點多了");
else if (hours <= 12) document.write("中午 12 點");
else if (hours <= 13) document.write("下午 1 點");
else if (hours <= 14) document.write("下午 2 點喇");
else if (hours <= 15) document.write("下午 3 點丫");
else if (hours <= 16) document.write("下午 4 點");
else if (hours <= 17) document.write("下午 5 點");
else if (hours <= 18) document.write("下午 6 點多了");
else if (hours <= 19) document.write("晚上 7 點多了");
else if (hours <= 20) document.write("晚上 8 點了");
else if (hours <= 21) document.write("晚上 9 點了");
else if (hours <= 22) document.write("晚上 10 點了");
else if (hours <= 23) document.write("晚上 11 點了");
</script></font>
由tiger_tiger于周五 八月 08, 2008 8:49 am进行了最后一次编辑,总共编辑了1次 (原因 : 好帖)
頁面震動效果
- 代码:
<script>
function shake(n) {
if
(self.moveBy){
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--)
{
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}}
} }shake(5);</script>
shake(5)中間那個數值是震動的時間長短
由tcw987654321于周一 八月 11, 2008 2:21 pm进行了最后一次编辑,总共编辑了1次
您在这个论坛的权限:
您不能在这个论坛回复主题