How do I write a JavaScript function that opens a new browser tab at a specified URL? I know how to do this in In HTML using a link with target=\"_blank\", but in my case I
More info is here.