I need to reload the page after the OK button is clicked on the Alert box. I am using the following code for it
alert("Successful Message");
window.location.reload();
But the window is reloaded immediately after displaying the alertbox. Please Help me in it