[Solved] Is it possible to have a button close the webpage it is on? {TLTR: NO}

What I have are sime LINKs in the dashbaord that open another device's NR dashboard.

On the other device, I want a button that will close that window/tab. Is it possible?

If they are just regular links, then no - windows can't close themselves.

The only exception are windows that were opened using the Window.open() api - Window: close() method - Web APIs | MDN

thanks nick, that is what I thought with the research I did but I thought I'd ask - Hope springs eternal :grin:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.