Need multiple pop up windows to remain open

hi, thanks for reading.

i’m trying to create an online art piece where you click on links and windows open…but remain open, and the windows keep adding the more links you click.

so far the code that i have only refreshes the same window, any help to prevent this would be greately appreciated.

thank you!

code currently using:

JS Bin

Open a popup window

Open a popup window

Do something like this

<a href="#somewhere" target="_blank">Open New windows</a>

Other options for target are
_blank Opens the linked document in a new window or tab
_self Opens the linked document in the same frame as it was clicked (this is default)
_parent Opens the linked document in the parent frame
_top Opens the linked document in the full body of the window
framename Opens the linked document in a named frame

thanks so much for replying, i tried all of those options and none gave me pop up windows, only new tabs or sent me directly to the linked page. :confused:

Modern Browsers nowadays coral new windows into new tabs.

What exactly do you mean by new windows? a Modal window?
A smaller browser window without the toolbar, url field, etc?

no free floating windows, just new tabs or change of page on the same tab.

is there a way to maybe instead of pop-up windows to have floating elements/videos that open up by clicking that wouldn’t interfere with people’s browser pop-up settings?

i ran across this : https://codepen.io/anon/pen/EaBgRm

i tried a few things but i’m a beginner so i didn’t get too far, is there a way to create this with multiple pop-up elements?

thanks again for the help