Wednesday, 12 March 2014

on page unload js

window.onbeforeunload = function() {
return "Your order is being processed";
};
view raw on unload! hosted with ❤ by GitHub