Good morning everyone, I have an html page, which opens a new tab with a target = '_blank'.
Is there a way that when you finish performing operations in the new tab you close it alone, and also refresh the page that contains your link?
Note: the only way that has worked for me is when I open the new tab with a window.open, can you guide me how to do it when I use the target '_blank', either javascript or jquery?