Exit button

liunx

Guest
hi,<br />
<br />
does anyone have a script for an exit button?<br />
<br />
i want to make a logoff button that exits the browser!<br />
<br />
thanks a lot guys<br />
<br />
ROSSI<!--content-->You could use:<input type="button" onclick="window.close();" value="Exit" />However, be aware that most browsers will throw up a confirmation dialog to ask the user if they really wanted to close the window.<br />
<br />
Good luck.<!--content-->
 
Back
Top