0
javascript help with progress bar in html5
Explorer
,
/t5/dreamweaver-discussions/javascript-help-with-progress-bar-in-html5/td-p/4132851
Apr 26, 2012
Apr 26, 2012
Copy link to clipboard
Copied
I am trying to set a progress bar by javascript. here is my code:
var it = 100;
<progress value="<script>document.write(it)</script>" max="100"></progress>
it shows the status at 0. what am i doing wrong?
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/javascript-help-with-progress-bar-in-html5/m-p/4132852#M189507
Apr 28, 2012
Apr 28, 2012
Copy link to clipboard
Copied
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
future-architect
AUTHOR
Explorer
,
LATEST
/t5/dreamweaver-discussions/javascript-help-with-progress-bar-in-html5/m-p/4132853#M189508
Apr 28, 2012
Apr 28, 2012
Copy link to clipboard
Copied
thanks! the first link looks promising.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

