摘要:
<input type="button" value="返回上一页" onclick="window.history.go(-1);"/> 阅读全文
posted @ 2013-01-29 18:54
风吹屁股凉冰冰
阅读(247)
评论(0)
推荐(0)
摘要:
<script language="JavaScript" type="text/javascript">//setTimeout后固定时间后执行指定内容,单位毫秒//写法一/*var iID=setTimeout(function(){ alert(iID);},1000);*///写法二var iID=setTimeout("clock()",2000);//或者var iID=setTimeout(clock,2000);function clock(){ alert(iID);}clearTimeout(iID); 阅读全文
posted @ 2013-01-29 18:50
风吹屁股凉冰冰
阅读(10923)
评论(0)
推荐(0)

浙公网安备 33010602011771号