分类: 电脑/网络 >> 程序设计 >> 其他编程语言
问题描述:
离2007年4月1日还有多少时间
只需要确定到分就可以了
当正好到2007年4月一日的时候我还想插入一段话代表祝福
希望大家帮忙研究一下
因为这一天是她的生日。。。。。。
解析:
4月1日也是我的生日看我这个,直接运行<br>距离2007年4月1日还有<span id="span_dt_dt" style='border:1px solid black;background-color:#FFFFFF' ></span><SCRIPT language=javascript><!--documentwrite("");function show_student163_time(){ windowsetTimeout("show_student163_time()", 1000); BirthDay=new Date("04-01-2007");改成你的计时日期 today=new Date(); timeold=(BirthDaygetTime()-todaygetTime()); sectimeold=timeold/1000 secondsold=Mathfloor(sectimeold); msPerDay=2460601000 e_daysold=timeold/msPerDay daysold=Mathfloor(e_daysold); e_hrsold=(e_daysold-daysold)24; hrsold=Mathfloor(e_hrsold); e_minsold=(e_hrsold-hrsold)60; minsold=Mathfloor((e_hrsold-hrsold)60); seconds=Mathfloor((e_minsold-minsold)60); span_dt_dtinnerHTML=daysold+"天"+hrsold+"小时"+minsold+"分"+seconds+"秒" ; }show_student163_time();--></SCRIPT>
<TBODY>
<TR>
<TD vAlign=top width=200>
<TBODY>
<TR>
<TD>
<TABLE width=234 height="60"
border=0 align=center cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD colSpan=2 height=24><div align="center" class="STYLE3">距08年8月8日 奥运会开幕还有</div></TD></TR>
<TR>
<TD width="87" align=middle class=fb id=timeDate><div align="center" class="STYLE3">660天</div></TD>
<TD width="147"
align=middle class=fb id=times><div align="center" class="STYLE3">18:09:53</div></TD>
</TR></TBODY></TABLE>
<SCRIPT>
var now = new Date();
function createtime(){
var grt= new Date("8/08/2008 20:00:00");
nowsetTime(nowgetTime()+250);
days = (grt - now) / 1000 / 60 / 60 / 24;
dnum = Mathfloor(days);
hours = (grt - now) / 1000 / 60 / 60 - (24 dnum);
hnum = Mathfloor(hours);
if(String(hnum)length ==1 ){hnum = "0" + hnum;}
minutes = (grt - now) / 1000 /60 - (24 60 dnum) - (60 hnum);
mnum = Mathfloor(minutes);
if(String(mnum)length ==1 ){mnum = "0" + mnum;}
seconds = (grt - now) / 1000 - (24 60 60 dnum) - (60 60 hnum) - (60 mnum);
snum = Mathround(seconds);
if(String(snum)length ==1 ){snum = "0" + snum;}
documentgetElementById("timeDate")innerHTML = dnum+"天";
documentgetElementById("times")innerHTML = hnum + ":" + mnum + ":" + snum;
}
setInterval("createtime()",250);
</SCRIPT>
</TD></TR></TBODY></TABLE>
我就提取必要的地方了
假设要跳转的地方是bing
<div id="timer"></div>
<script>
var time = 4
setInterval(function() {
time--;
if(time === 0){
windowlocationhref = ">
以上就是关于帮我编段网页倒计时代码全部的内容,包括:帮我编段网页倒计时代码、html页面中设置倒计时、在HTML中,如何显示3秒倒计时要求这个数字需要变动,且时间为0秒后跳转到指定页面等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)