I have strange functionality requirement. There are two websites which has link of each other. Clicking the link opens other website in a new tab.
However, when the other website is already open in a tab, all i want on button click is to refresh the existing tab instead of opening a new tab.
Is it possible implement this? And on all the browsers?
EDIT: This is different from other SO questions mentioned in the comments since user can open both the websites directly as well and in that case suggested answers doesn't work.