Click to See Complete Forum and Search --> : Exit button


rossi
11-13-2003, 08:55 AM
hi,

does anyone have a script for an exit button?

i want to make a logoff button that exits the browser!

thanks a lot guys

ROSSI

fredmv
11-13-2003, 10:12 AM
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.

Good luck.