Refresh a page using JavaScript or HTML [duplicate]

window.location.reload(); in JavaScript

<meta http-equiv="refresh" content="1"> in HTML (where 1 = 1 second).

Leave a Comment