Are you sure you want to exit...
September 21, 2005 12:00 AM
If you're using IE you can use the onbeforeunload function to give the user a chance to stay on the page.It has a built in confirm dialog box action to let the user choose whether to leave or not.If you want to stick with what you're doing then call javascript:history.go(0)
Discussions have been disabled for this post