本帖最后由 勿忘我科技 于 2011-1-19 20:36 编辑
宁海格子铺 发表于 2011-1-19 19:21
if (( hr >= 0 ) && (hr = 4 ) && (hr < 7))
- <img border="0" src="http://www.wuwangwo.cc/image/language.gif" width="245" height="12" usemap="#Map2">
- <map name="Map2">
- <area shape="rect" alt="勿忘我论坛英语论坛" target="_blank" coords="59,0,76,12" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=en&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- <area shape="rect" alt="勿忘我论坛法语论坛" target="_blank" coords="115,1,133,13" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=fr&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- <area shape="rect" alt="勿忘我论坛德语论坛" target="_blank" coords="77,1,94,11" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=de&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- <area shape="rect" alt="勿忘我论坛西班牙语论坛" target="_blank" coords="97,0,112,12" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=es&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- <area shape="rect" alt="勿忘我论坛意大利语论坛" target="_blank" coords="135,1,151,11" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=it&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- <area shape="rect" alt="勿忘我论坛日语论坛" target="_blank" coords="153,-1,171,13" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=ja&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- <area shape="rect" alt="勿忘我论坛韩语论坛" target="_blank" coords="172,0,188,12" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=ko&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- <area shape="rect" alt="勿忘我论坛葡萄牙语论坛" target="_blank" coords="193,-1,209,11" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=pt&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- <area shape="rect" alt="勿忘我论坛俄罗斯语论坛" target="_blank" coords="212,1,227,11" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=ru&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- <area shape="rect" alt="勿忘我论坛荷兰语论坛" target="_blank" coords="229,1,245,12" href="http://translate.google.com/translate?hl=en&sl=zh-CN&tl=nl&u=http%3A%2F%2Fwww.wuwangwo.cc%2Findex.php">
- </map>
- <script language="JavaScript">
- var mess1="";
- document.write("<font color='#2E9AFE'>")
- day = new Date( )
- hr = day.getHours( )
- if (( hr >= 0 ) && (hr <= 4 ))
- mess1=" 深夜了,注意身体,该休息了,白天再做吧!"
- if (( hr >= 4 ) && (hr < 7))
- mess1=" 清晨好,您好勤劳啊!这麽早就上网? "
- if (( hr >= 7 ) && (hr < 12))
- mess1=" 早上好,一天之际在于晨,又是美好的一天!"
- if (( hr >= 12) && (hr <= 13))
- mess1=" 该吃午饭啦!有什么好吃的?您中午有休息吗?"
- if (( hr >= 13) && (hr <= 17))
- mess1=" 下午好!外面天气好吗?白云捎来朋友的祝福。"
- if (( hr >= 17) && (hr <= 18))
- mess1=" 太阳落山了!快看看夕阳吧!就不必了 ^_^"
- if (( hr >= 18) && (hr <= 19))
- mess1=" 晚上好,今天心情好吧,这给您的感觉不错吧!"
- if (( hr >= 19) && (hr <= 21))
- mess1=" 常来这逛逛,不但可以学习,还可以娱乐?"
- if (( hr >= 22) && (hr <= 23))
- mess1=" 这么晚了,还逛?睡吧!不要影响明天工作!"
- document.write(mess1)
- document.write("</font>")
- </script></TD>
复制代码
更新了,去看看 |