Open page in popup
See original GitHub issueHello, I want open page in popup by click on link. For example
<a class="link" href="page/about.html">About</a>
And I dont want load about.html content before. Is it possible to load page content and show in popup by link?
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to Open Links in a Popup Window - Super Dev Resources
Normally links get opened in the same window in which they are clicked in. In order to open them in a new window,...
Read more >How to open a url link as a popup screen - javascript
Now my requirement is that when I type this url in browser,the webpage should open like a pop up. As there is no...
Read more >Popups and window methods - The Modern JavaScript Tutorial
The syntax to open a popup is: window.open(url, name, params) : ... Settings for params : Position: ... Window features: ... There is...
Read more >How to display a page in a popup window - XLineSoft
Insert a button into the Orders List page grid. Show the Add page in a popup, close popup on clicking 'Save', and then...
Read more >How to open a popup with a URL - WP Popups Documentation
Opening a Popup with a URL works very similar to opening a popup by clicking on any HTML element. The main difference is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe i’ll add it, but it is easy for custom use. You may even just do it using custom XHR call:
And that is all, you have permanent working solution 😃
No, not possible by default. You may create popup with its initialized View, and when you click on this link you need to open popup and then use Router API to navigate Popup view to this page