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

Save as Private