HTML: Progress bar button click to start

 (Preview)

(This is Code)

------------------



<!DOCTYPE html>

<html>

<style>

#myProgress {

  width: 100%;

  background-color: #ccc;

}



#myBar {

  width: 1%;

  height: 30px;

  background-color: blue;

}

</style>

<body>



<h1>JavaScript Progress Bar</h1>



<div id="myProgress">

  <div id="myBar"></div>

</div>



<br>

<button onclick="move()">ចូលកម្មវិធី</button> 



<script>

var i = 0;

function move() {

  if (i == 0) {

    i = 1;

    var elem = document.getElementById("myBar");

    var width = 1;

    var id = setInterval(frame, 10);

    function frame() {

      if (width >= 100) {

        clearInterval(id);

        i = 0;

      } else {

        width++;

        elem.style.width = width + "%";

      }

    }

  }

}

</script>



</body>

</html>

Post a Comment

0 Comments

អំពីខ្ញុំ

អេស៊ីលីដា My Langdy 087418898 , វីង Langdy My #02466687

អរគុណដល់ អ្នកគ្រូខ្លូត ធីតា ឧបត្ថម្ភទឹកប្រាក់ ១២០,០០០ រៀល, LONG DAVID កាតទូរសព្ទ ២.៥ ដុល្លា,Meng Savann $1