Hi, I am using c# registerscript SaveConfirmation alert box to show successfull message after saving data But I want to close the tab of browser as soon as i click alert OK (tab of any browser)
I have already tried window.close() method and also tried from javascript function, but it did not work
so need help to close the tab or any other popup or any other way to close that tab ?
because I don't want customer to be on same page after details is saved
Thank you !