我想问一下 怎样 在网页中 或图片 禁止 右键 另存为 谢谢!
发布网友
发布时间:2022-09-13 14:19
我来回答
共2个回答
热心网友
时间:2024-03-23 09:14
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>6-12.html</title>
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=BIG5">
<!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
<script type="text/javascript">
function block(oEvent){
if(window.event)
oEvent=window.event;
if(oEvent.button==2)
alert("鼠标右键不可用");
}
document.onmousedown=block;
</script>
</head>
<body>
<p>屏蔽鼠标右键</p>
</body>
</html>
热心网友
时间:2024-03-23 09:14
用软件*就行了
360好像就能*
我说的是*自己的 要是别人应该就要代码了