TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Khargesh Rajput
NA
5.6k
603.6k
popup message on closing browser
Nov 11 2014 3:47 AM
When I am closing my browser I want a confirmation message.
I am using
window.onbeforeunload = confirmExit;
function confirmExit() {
return "You will Lost this test. Are you sure you want to exit this page?";
}
But this function is also working on page postback on my page.
I want this message on window cclose only
What should I have to do.????
Reply
Answers (
3
)
Downloading Different Types of File from Server using ASP.NE
Data gridView