Hi,
I am using radalert in javascript as below.
I am using radalert in javascript as below.
radalert("Saved Successfully.", 400, 150,
"Title");
window.location.href =
"Common.aspx";
Here the problem is before i click on OK button shown in Radalert, it is getting redirected to Common.aspx.
How to avoid this? I want to remain in the same page till i click on OK.
Note: This doesnt happen in default alert.
Thank You.