网站开发与移动开发

博客园 首页 新随笔 管理

坛上注册比较多用到的
<script>
i=9
function change()
{
i--;
p.value="同意"+i
if(i==0)
{ p.disabled=false}
else
setTimeout("change()",1000)
}
window.onload=change;
</script>
<input type=button name=p disabled>

posted on 2009-07-29 09:54  txf2004  阅读(127)  评论(0编辑  收藏  举报