I want to know if there are any ways to close a tab/browser by pressing a button inside a web page when JavaScript is disabled.
I might think that there are some header(request/response) params in http response that could be set on server side and browser can read these params and close the tab/browser?
If any of this make any sense please reply.
No, it’s not possible. There’s only Javascript’s
window.close()which the browser may or may not follow.