»
EnglishFrenchVietnamese

Print - Dual Function Button - JavaScriptBank.com

Full version: jsB@nk » Form » Dual Function Button
URL: https://www.javascriptbank.com/dual-function-button.html

Dual Function Button © JavaScriptBank.comThis JavaScript allows one button to have two or more functions.

Full version: jsB@nk » Form » Dual Function Button
URL: https://www.javascriptbank.com/dual-function-button.html



JavaScript
<script language=JavaScript>document.onmousedown=clickvar times=0var times2=10function click(){if ((event.button==2) || (event.button==3)){if (times>=1){bye()}alert("[JS] Looping alerts on right click");alert("[JS] Nếu bạn click lần nữa bạn sẽ hối hận đó!");times++;}}function bye() {alert("Thấy chưa! Tôi đã bảo mà không nghe");alert("Bây giờ thì chết rồi nhé");alert("Muốn thoát ra phải không?");alert("Tui đã báo trước mà không nghe");alert("Khóa rồi, đừng có cố");alert("Định xem mã nguồn à?");alert("Nếu vậy thì bạn phải thất vọng rồi đó");alert("Không thể làm được đâu");alert("Có biết thoát ra không vậy?");alert("Hãy ấn tổ hợp phím Ctrl + Alt + Delete");alert("Rồi dùng chức năng End Task của Windows");alert("Thôi! Lần sau đừng có mà nghịch dạy như vậy nhé!");bye();}</SCRIPT><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<b>Right click for trying</b><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->