Open New Window in Browser

Hi,

I am currently using Window.Open(https://whatever.com) which opens in a new tab.

Is there any way to pen this as a popup instead?

Thanks,

Ken

You can options of the window.open() call to control how the new browser window opens:

https://javascript.info/popup-windows

Great, thanks!