<script language="javascript">function onKeyDown(){ if ((event.keyCode==116)||(window.event.ctrlKey)||(window.event.shiftKey)||(event.keyCode==122)) { event.keyCode=0; event.returnValue=false; }}function yxl() { if(window.event.altKey) {window.event.returnValue=false;}}document.onkeydown=yxl;</script> <body bgcolor="#000000" text="#666666" onkeydown="onKeyDown()" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">禁止了鼠標右鍵,F5、F11、“應用程序”鍵,所有與alt、ctrl和shift有關的組合鍵(當然alt+f4和alt+home沒有屏蔽),并且禁止了鼠標文本選擇。</body>
新聞熱點
疑難解答