In the two Progressing the progress bar examples:
I can get the progress bar to work when I use-
<a href="javascript:incrCount(5)">Increase bar by 5%</a>
but, if I try-
<script>setCount(50) //set bar to 50%</script>
It displays the bar at 0%, not at 50%.
I've also tried-
<img src="myImage.jpg" height="2000" width="1000" onLoad="setCount(50)">
Which also displays the bar at 0%, not at 50%.
What am I doing wrong?



Reply With Quote

Bookmarks