I would like to have a button that redirects to a given URL and opens in a new tab. How can this be done?
I just used target="_blank" under form tag and it worked fine with FF and Chrome where it opens in a new tag but with IE it opens in a new window.