I am currently not using a log-in menu. My main menu has a button labelled “exit”. What I want to happen is at the “on click” event, the browser window/tab is closed.
I see macros and javascript code to do this but where in my menu code can I insert this? I tried setting the Target to “leave”! but that didn’t do anything.
I did consider creating a blank screen with the code in it and making that the URL for the “exit” button but that does seem like a bit of fudge for what must be a common requirement.