Vào ACP/Display/Post & Tin nhắn
Chèn đoạn Code sau vào posting_body
Code:
<script type="text/javascript">
var hook = true;
window.onbeforeunload = function() {
if (hook) {
return "Ban da hoan thanh xong Bai viet? Nhan OK de thoat cua so nay, Nhan Cancel de tiep tuc viet bai..."
}
}
function unhook() {
hook=false;
}
</script>
nguồn baivong