Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've just been listening to music in http://listen.grooveshark.com/ website and tried to refresh the page and then it gave me message "Do you really want to refresh this page?". How is this done?

share|improve this question
Sounds like a Javascript event to me. – Sarah Vessels Jan 22 '10 at 21:40
2  
Javascript. Is there anything it can't do? – Paul Tomblin Jan 22 '10 at 21:40

2 Answers

up vote 2 down vote accepted
window.onbeforeunload
share|improve this answer
Actually it is not exactly what I'm searching for, because now it always gives me an error when I click on link. I want that it only would gave me it, when I refresh the page. – evening Jan 23 '10 at 10:25

It probably uses the window.onunload event:

https://developer.mozilla.org/en/DOM/window.onunload

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.