Refresh a page using JavaScript or HTML [duplicate] June 11, 2022 by Tarik window.location.reload(); in JavaScript <meta http-equiv="refresh" content="1"> in HTML (where 1 = 1 second).