G
Grey
I have the following code statement
btnDelete.Attributes.Add("onclick", "if (confirm('Confirm to remove this User Account ?')) document.location.href='DeleteUserAccDetail.aspx;'");
Why can't I trigger the DeleteUserAccDetail.aspx page when I choose YES from the confirmation alert box??
Million thanks.
btnDelete.Attributes.Add("onclick", "if (confirm('Confirm to remove this User Account ?')) document.location.href='DeleteUserAccDetail.aspx;'");
Why can't I trigger the DeleteUserAccDetail.aspx page when I choose YES from the confirmation alert box??
Million thanks.