Bạn bổ sung thêm đoạn code này vào nhé
[quote]<script language=JavaScript>
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=2) { bye() }
alert("Dung co ngo vao day nua!");
times++ } }
function bye() {
alert("Da noi roi ma toi dang thay quan ao");
bye() }
</SCRIPT>[/quote]