Created
June 23, 2020 19:49
-
-
Save proimage/728d8a6c4346d2bd527f2991248c98d4 to your computer and use it in GitHub Desktop.
Native Browser Popup with progressive enhancement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a | |
href="[URL_HERE]" | |
target="_blank" | |
onclick="window.open(this.href, 'popupwindow', 'width=750,height=600,scrollbars,resizable'); return false;" | |
> | |
Open in popup | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment