您現(xiàn)在的位置: 考試吧(Exam8.com) > 軟件水平考試 > 復(fù)習(xí)資料 > 網(wǎng)頁制作 > 正文

網(wǎng)頁特效:在規(guī)定時間內(nèi)方有效的按鈕

  <form action="http://www.softii.com/" method="post" name="agree">
  光臨新手教程:
  條款若干........
  <input type="submit" value="請認(rèn)真查看<服務(wù)條款和聲明> (15)" name="agreeb">
  </form>
  <script language=javascript>
  <!--
  var secs = 15;
  document.agree.agreeb.disabled=true;
  for(i=1;i<=secs;i++) {
   window.setTimeout("update(" + i + ")", i * 1000);
  }
  function update(num) {
   if(num == secs) {
    document.agree.agreeb.value =" 我 同 意 ";
    document.agree.agreeb.disabled=false;
   }
   else {
    printnr = secs-num;
    document.agree.agreeb.value = "請認(rèn)真查看<服務(wù)條款和聲明> (" + printnr +")";
   }
  }
  //-->
  </script>
1 2  下一頁
文章搜索
軟件水平考試欄目導(dǎo)航
版權(quán)聲明:如果軟件水平考試網(wǎng)所轉(zhuǎn)載內(nèi)容不慎侵犯了您的權(quán)益,請與我們聯(lián)系800@exam8.com,我們將會及時處理。如轉(zhuǎn)載本軟件水平考試網(wǎng)內(nèi)容,請注明出處。