I am working on a spring mvc project where there is one scenario that on click of a button view is displayed in the same tab. but in certain scenario it is redirected to another url. so at this time when there is redirect i want to open in new tab.
conclusion : I want to know whether there is any way to open in new tab if there is url redirection otherwise open in the same tab.