|
|
|
ถามเกี่ยวกับ onbeforeunload,beforeunload หรือใช้วิธีไหนตรวจสอบการคลิก กากบาท ปิดบราวเซอร์ |
|
|
|
|
|
|
|
ลองดูก่อนครับ ผมยังไม่ได้ทดสอบ เผื่อ Bug
Code (PHP)
<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>
|
ประวัติการแก้ไข 2019-11-14 19:42:55
|
|
|
|
Date :
2019-11-14 19:42:14 |
By :
Genesis™ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใน Chrome ก็ปิดหน้าไปเลย
|
ประวัติการแก้ไข 2019-11-15 09:43:04 2019-11-15 09:43:37
|
|
|
|
Date :
2019-11-15 09:33:25 |
By :
Pep_Fare |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|