javascript禁止右ボタンコード
800 ワード
<html>
<head>
<title> </title>
<script language="javascript">
<!--
function hideContextmenu()
{
window.event.returnValue=false;
}
//-->
</script>
</head>
<body oncontextmenu="hideContextmenu()">
~ !
</body>
</html>