User Profile
Collapse
-
it does work but i have to divide the userinputnumber by 2 :/ -
thanks, seems working but I am not using a textarea I am using an textfield and I want to display just the current number not every one with enter :/
thanks anyway :)Leave a comment:
-
Hi,
thanks for your quick reply. I finally stopped the progressbar. Actually I know how to attach it to my app, but I´m not sure if it is the best way.
So.Code:var koniec = prompt("Enter a number:") <body onload="var progress_run_id = setInterval(progress, koniec);">
Thanks.Leave a comment:
-
add text to textfield and/or textarea
Hi there!
I´m making a little project that uses while loop.
Here is my code:
I want the while loop to output numbers...Code:<script type="text/javascript"> var counter = 0; var koniec = 100; while(counter <= koniec) { document.write(counter); document.write(linebreak); counter++; } </script> -
hi gits,
I am interested in your code, I used in my little project but i want to "attach" the progress bar to my javascript application. Also I want to know how to stop it x) .
ThanksLeave a comment:
No activity results to display
Show More
Leave a comment: