I would recommend updating your leaflet version to 1.7.1 which is the latest, and note that there are differences between leaflet 0.7 and 1+.
About your popup not opening the link, it's because you set the url as text, and not as a link.
You should do this to create a link:
marker = new L.marker([planes[i][1],planes[i][2]])
.bindPopup(`<a href="${planes[i][0]}" target="_blank" rel="noopener noreferrer">whatever text you want to display for your link</a>`)
.addTo(map);
Answer from Dror Bogin on Stack ExchangeThemeco
theme.co › support
Want image hyperlink to open in popup, rather than new window - Support - Themeco Forum
May 28, 2017 - Hello, fantastic ThemeCo support folks! I am trying to get a clickable image to open a link in a popup window. (The link is to a page off my domain.) The image element provides an “open in new window” option, but not a popup. In the first screenshot below, please see the Custom Headline ...
How can I make a hyperlink open as a popup with a given width and height?
I have a hyperlink that is: Test If I click on the Test link, some.html should open as pop up menu with some given width & height. How can I do this? More on stackoverflow.com
Help w/changing from hyperlink to pop-up box - HTML & CSS - SitePoint Forums | Web Development & Design Community
I’d like help w/changing from hyperlink to some type of pop-up box, so that instead of the user leaving the Form page to read the Terms, a pop-up box appears containing the Terms. A greybox is used elsewhere on the site, using this rel="gb_page_center[600, 635] " , does that help? More on sitepoint.com
How to get a pop up when we click a a hyper link on a page? - IT & Tech Careers - Spiceworks Community
Hello All, When I click a hyper link on a page system should bring me a small popup window. I do not want to use secondary page as it opens another window. when I was going through sites I under stood that we have to use java script and place in a html object then call the HTML object from ... More on community.spiceworks.com
How to give a direct link to a pop-up
I am trying to give some pop-ups I built on webflow {a click on button activates the pop-ups normally} shareable links, more like an anchor link that can easily open up my pop-ups once clicked on without having to click on the buttons. Here is my site Read-Only: LINK (how to share your site ... More on discourse.webflow.com
Videos
01:39
Popups - Opening a Popup on Link Click - YouTube
Open Popup on Link Click
04:53
How to Open a Popup On Click of a Link or Button Trigger (Easy ...
How to Create a Popup Form an Anchor Link- with Otter [2023]
10:09
The Hidden Power Of HYPERLINKS and POPUP TIPS in Microsoft Word!
11:54
JavaScript popup window - YouTube
Reddit
reddit.com › r/wordpress › how to open a link in a pop-up?
r/Wordpress on Reddit: How to open a link in a pop-up?
May 30, 2021 -
I have a Facebook like and Twitter follow button on my post pages. At the moment they open in a new tab. How do I get them to open in a small pop-up window?
Thanks!
Top answer 1 of 3
3
Something to consider is that a big part of users will use pop up blockers which might result In your pop up never showing up which is terrible user experience. A better solution would be to open a new tab,or a new window and if you really don’t want this, use a modal or overlay.
2 of 3
2
There are some.plugins that do this...but I've never found a solution that worked well, hopefully someone has some better experience that can help with this...
Elementor
elementor.com › help center › themes › popups › trigger a popup on a link click
Trigger a popup on a link click | Elementor
August 27, 2024 - In the panel, click the Advanced tab. In the panel, in the Open by Selector field, add an anchor trigger link shortcode (example: a[href="#link-popup"] )
Laurentian
web.cs.laurentian.ca › rsgrewal › c2206 › javascript › examples › windows › windows.html
Opening a pop up window
First click the following link to open a popup window.
Top answer 1 of 5
12
You can use window.open():
<a href="javascript:window.open('some.html', 'yourWindowName', 'width=200,height=150');">Test</a>
Or:
<a href="#" onclick="window.open('some.html', 'yourWindowName', 'width=200,height=150');">Test</a>
2 of 5
6
Using target='_blank' sometimes opens in a new tab, and it usually does for Firefox and Chrome. Your best best is to use Frédéric's code:
<a href="javascript:window.open('some.html', 'yourWindowName', 'width=200,height=150');">Test</a>
W3Schools
w3schools.com › howto › howto_js_popup.asp
How To Create Popups
Learn how to create popups with CSS and JavaScript. Click me to toggle the popup!
PTC Community
community.ptc.com › t5 › ThingWorx-Developers › opening-a-popup-window-on-hyperlink-click-event-within-a-grid-in › td-p › 509724
opening a popup window on hyperlink click event within a grid in thingworxs
March 5, 2018 - But one of my column is a look a like of hyperlink. on click of hyperlink only(not row, its just the hyperlinked column) I need to launch a navigation widget window. if I use the in built, hyperlink option, it will not allow me to navigate to internal mashup's on a popup, it will always open in a new tab or replace the self. ... If you see the screen shot its a grid from thingworx itself, the last column I have framed a HTML and bound to the column data.
Spiceworks
community.spiceworks.com › it & tech careers
How to get a pop up when we click a a hyper link on a page? - IT & Tech Careers - Spiceworks Community
June 3, 2009 - Hello All, When I click a hyper link on a page system should bring me a small popup window. I do not want to use secondary page as it opens another window. when I was going through sites I under stood that we have to use java script and place in a html object then call the HTML object from the Iscript function.
Esri Community
community.esri.com › t5 › arcgis-online-questions › hyperlink-in-popup-to-open-in-new-window › td-p › 1541085
Solved: Hyperlink in Popup to open in new window - Esri Community
September 21, 2024 - I hate tabs for the simple reason that I can only see one at a time, thus hiding the map. This is simple enough to do in HTML, but how do you do this in an Arcade expression? Solved! Go to Solution. ... When you add a text element, click the source <> icon to edit in html.
Mendix
community.mendix.com › link › space › user-experience › questions › 110272
Add hyperlink to text in popup box
October 8, 2021 - The Mendix Forum is the place where you can connect with Makers like you, get answers to your questions and post ideas for our product managers.
Webflow
discourse.webflow.com › design help › layout & design
How to give a direct link to a pop-up - Layout & Design - Forum | Webflow
March 31, 2023 - I am trying to give some pop-ups I built on webflow {a click on button activates the pop-ups normally} shareable links, more like an anchor link that can easily open up my pop-ups once clicked on without having to click on the buttons. Here is my site Read-Only: LINK (how to share your site ...
Stack Exchange
sharepoint.stackexchange.com › questions › 274446 › how-to-make-a-modal-popup-when-someone-clicks-a-link-on-my-page
sharepoint on prem - How to make a Modal popup when someone clicks a link on my page - SharePoint Stack Exchange
<script type="text/javascript"> function showModalPopUp() { //Set options for Modal PopUp var options = { url: 'https://share.amazon.com/sites/NHOPlaybook/Shared Documents/Access Documents Message.PNG', //Set the url of the page title: 'Special Access Required', //Set the title for the pop up allowMaximize: false, showClose: true, width: 600, height: 400 }; //Invoke the modal dialog by passing in the options array variable SP.SOD.execute('sp.ui.dialog.js', 'SP.UI.ModalDialog.showModalDialog', options); } function onDOMLoaded() { var linkElementId = 'myLinkId'; var linkElement = document.getEle