Explorar el Código

增加离开页面提示

shileiye hace 9 años
padre
commit
7e7a23a4c5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      index.php

+ 3 - 0
index.php

@@ -240,6 +240,9 @@ $title = "MD记事本";
           setCookie('pass', pa, 365);
         }
       }
+    }
+    window.onbeforeunload = function () {
+      return "请确认文档是否保存!";
     }
 	</script>
   </body>