Open link in a new popup via javascript

Hello!

Is there a way to open a link in a popup instead of a new tab/window via Javascript? I am using the following javascript:

window.open(‘https://www.google.ca/’,'blank’)

But instead of a new tab, I want it to open in a popup :slight_smile:

The browser only have windows and tabs.
If you want a popup you can create one with bubble (there is an element just for this) and then load the page in the popup (you can use an html element with an iframe and set the src dinamically)

Amazing!! Thank you for this idea! :slight_smile:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.