J
Jon Paal
I can't seem to get this to redirect on confirm.
Dialog appears but does not change pages on "ok" what's missing here ?
btnComplete.Attributes.Add("onclick", "if(confirm(' complete ?')){window.location = 'thankyou.aspx'}else{return false}")
Dialog appears but does not change pages on "ok" what's missing here ?
btnComplete.Attributes.Add("onclick", "if(confirm(' complete ?')){window.location = 'thankyou.aspx'}else{return false}")