2007年高考倒计时源代码
作者:cmscn 日期:2007-05-20
<Script Language="JavaScript">
var enabled = 0; today = new Date();
var day; var date;
var timedate= new Date("june 7,2007");
var times="2007年高考";
var now = new Date();
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0) ;
document.write("距"+" <font color=red>"+times+"</font> <br>还有:<font style='color:#ff0000;line-height:32px;font-family:Verdana;font-size:24px;'><b>"+time +"</b></font>天");
</Script>
评论: 4 | 引用: 0 | 查看次数: 1547
发表评论