I am creating a website, and I want to do like this kind of confirmation dialog.. how can I do this? if the user will going to exit my website while he is processing something there..

I found this kind of confirmation dialog in facebook.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to handle
beforeunloadevent. Note that it works differently across browsers.See sample implementation here: https://gist.github.com/4125388