How can I close a browser window without receiving the “Do you want to close this window” prompt? January 18, 2023 by Tarik window.open('', '_self', ''); window.close(); This works for me.