I have a message box with just an "OK" button. When the user presses OK I want the page to be refreshed back to the original state.
Message Box Code:
System.Web.HttpContext.Current.Response.Write("<SCRIPT LANGAUGE='JavaScript'>alert('Donation Successful')</SCRIPT>");
Any Ideas?
Thanks