✟ 神秘の科学城 ✟: 访客计时器

访客计时器




就是上面这个 ~ 有什么用处?!就是记录访客在你部落格逗留多久,然后你可以趁机会收Commission,哈哈哈哈~xDD


 1. Design => Add a Gadget => HTML/Java Script
 
<center><form name="myform"> <td valign="top" width="135"> <input value="在线时间" name="clock" size="8"/></td> </form> <script language="JavaScript"> var id, iM = 0, iS = 1; start = new Date(); function go() { now = new Date(); time = (now.getTime() - start.getTime()) / 1000; time = Math.floor( time); iS = time % 60; iM = Math.floor( time / 60); if ( iS < 10) document.myform.clock.value = " " + iM + " 分 0" + iS + " 秒 "; else document.myform.clock.value = " " + iM + " 分 " + iS + " 秒 "; id = setTimeout( "go()", 1000); } go(); </script></center>



祝你们成功 :D

没有评论:

发表评论

人,要学会聆听,听智者之言可以启迪智慧,听批评之言可以反躬自省。

即使记忆总有一天会消逝,就让我们一起留下欢乐的一点一滴、美好的回忆~ :D

Popular Posts