Posts by Bruno Pinna • 11 points
2 posts
-
1
votes4
answers12823
viewsA: How to make a countdown with javascript?
***** ON Pure javascript ***** function startTimer(duration, display) { var timer = duration, minutes, seconds; setInterval(function ()…
-
-1
votes2
answers52
viewsA: Refresh page if successful
<?php echo '<script>location.reload();</script>'; ?> …