I know Construct has a open a new window but it doesn't popup a window, but a tab. Is there a way to use Javascript to open a popup browser window?
Develop games in your browser. Powerful, performant & highly capable.
using script:
window.open("https://www.construct.net/", "_blank", "popup");