vijayjoshi.org - php | javascript | ajax | and all things web

Archive for July, 2009

FAQ(Javascript) : User confirmation on close button of browser

July 7th, 2009 | Posted by Vijay Joshi | 2 Comments
Problem: On clicking the close button of browser ask for user confirmation with a custom message Solution: Use the window.onbeforeunload method. This method expects a string value. This string will be ...