javascript refresh page

JavaScript
window.location.reload();//with no cache
document.location.reload(true);

//else

document.location.reload();BY LOVE
window.location.reload();location.reload();location.reload();
Works like refresh button.<meta http-equiv="refresh" content="30"/>
Source

Also in JavaScript: