Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>屏蔽鼠标右键</title>
<script language="javascript">
function click(){
if (event.button==2){
alert('禁止使用鼠标右键!!!')
}
document.onmousedown=click
</script>
</head>
<body>
<table width="812" height="693" border="0" align="center" cellpadding="0" cellspacing="0" background="bg.jpg">
CSS代码...
JS代码...
xxxxxxxxxx