如何让web页面鼠标右键单击之后不出现菜单选项

<html>

<head>

<script language = "javascript">

<!--
function hideContextmenu(){

window.event.returnValue = false ;

}
//-->

</script>

</head>

<body oncontextmenu = "hideContextmenu()">

</body>

</html>

posted on 2013-06-15 22:08  java疯子  阅读(547)  评论(0编辑  收藏  举报

导航