I have a page that sometimes open in a popup and sometimes open normally. How can I create a link that closes the page if it's in a popup?
Use javascript:
window.close();
Or in a link:
<a href="javascript: window.close();">CLOSE ME</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With