<html> <head> <title></title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <!--<script src="js/script-unload.js"></script>--> <script type="text/javascript"> $(window).on('beforeunload', function(){ return '>>>>>Before You Go<<<<<<<< \n Your custom message go here'; }); </script> </head> <body> </body> </html>
<form> <textarea></textarea> <button type="submit">Submit</button> </form><br> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script type="text/javascript"> $(function(){ $(window).bind("beforeunload",function(e){ e.preventDefault(); $(window).bind("unload",function(e){ e.stopImmediatePropagation(); }); }); }); </script>
<form> <textarea></textarea> <button type="submit">Submit</button> </form><br> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(function(){ var message='Confirm Your Close?' $(window).bind("beforeunload",function(e){ e.preventDefault(); $(window).bind("unload",function(e){ e.stopImmediatePropagation(); }); return message; }); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง