What is a nice way to end a web app provided the user will "click" my log out button??? This is off an aspx application.
thanks .. gollnick
Printable View
What is a nice way to end a web app provided the user will "click" my log out button??? This is off an aspx application.
thanks .. gollnick
just reset/destroy/re-initialize all your variables all go back to your main/login page.
If you want to close the window, you can use javascript's window.close(), but it will prompt the user.