Can I make a function to refresh the page using JavaScript (same browser refresh button)
Thanks
You can do this by using: window.location.reload()
window.location.reload()