HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <a href="https://wikimass.com">Wikimass.com</a> <script> window.addEventListener("beforeunload", function(event) { // default value, cannot be modified event.returnValue = "Changes you made may not be saved."; }); </script> </body> </html>
OUTPUT
×

Save as Private