Advertisement
Guest User

Untitled

a guest
Sep 17th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script type="text/javascript">
  2. window.onbeforeunload = confirmExit;
  3. function confirmExit()
  4. {
  5. setTimeout(function() {
  6. setTimeout(function() {
  7. window.location.href="/done/";
  8. }, 1000);
  9. },1);
  10. return "Vi skickar ditt medellande";
  11. }
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement