2013年9月8日 星期日

javascript-disable-right-click example sample eg e.g.

html-disabled-right-click disable

javascript-disable-rightclick

function block(oEvent){
if(window.event){
oEvent = window.event;
oEvent.returnValue = false;
}else
oEvent.preventDefault();
}
document.oncontextmenu = block;

沒有留言:

張貼留言