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.locati
Try this code..
IN PHP Code
echo "";
IN Javascript
function refresh() { alert("click ok to refresh page"); location.reload(); }