openurl New Window blocked as popup

openurl New Window blocked as popup

When using the openurl statement with New Window the browser is blocking it as a popup. I've tested with Firefox and Chrome. Are there any workarounds?

Here is the code I'm testing:
url = "https://www.zoho.com/";
openUrl(url, "New window");