Dear All,
I am new to Jquery, Please help me how to close the Current opened Tab in a application using Jquery on click of YES/Confirm button in a model window as shown in a image.
I have tried below function, its not closing current tab instead it closed all the tabs. Please help me
window.open('', '_self').close();
window.top.close();
window.close();
Puneet KankarPosted Mar 14, 2019, 11:54 AM
Kannan AUPosted Mar 14, 2019, 10:57 AM
Since i am opening the window/tab not using window.open so. I am able to close the particular tab by TabID using programmatically
Kannan AUPosted Mar 13, 2019, 9:31 PM
Jignesh KumarPosted Mar 13, 2019, 9:06 PM