How to close the browser tab opened from mendix application?

0
Hi, I tried to close the browser tab opened from mendix application, on click of sign out button. I opened new browser tab from the application using URL redirector. I wanted to close the tab opened from application, when signing out of it. I used javascript, window.close(). But its closing the entire application not the tab opened. Any suggestions to solve this issue? Thanks. Vanda  
asked
1 answers
0

So if I understand correctly, you want to close a browser tab (that you yourself opened) different than the current one? If so, I believe an answer is provided here: https://stackoverflow.com/questions/29220735/script-to-close-other-tabs-or-browser 

answered