Posts by Victor Vieira • 31 points
1 post
-
2
votes1
answer9264
viewsA: How to refresh the page?
Use onClick with window.location.reload(): <input type="button" value="Refresh Page" onClick="window.location.reload()">
1 post
2
votes1
answer9264
viewsUse onClick with window.location.reload(): <input type="button" value="Refresh Page" onClick="window.location.reload()">