文件名称:NewMicrosoftWord3
介绍说明--下载内容来自于网络,使用问题请自行百度
1. 将彻底屏蔽鼠标右键
oncontextmenu="window.event.returnValue=false"<table border oncontextmenu=return(false)> <td> no</table> 可用于Table
function click() {
if (event.button==2) {
alert( 对不起,本页禁用右键! )
}
}
document.onmousedown=click
2.取消选取、防止复制
<body onselectstart="return false">
3. 不准粘贴
onpaste="return false"
4.防止复制
oncopy="return false " oncut="return false "
5.IE地址栏前换成自己的图标
<link rel="Shortcut Icon" href="favicon.ico"> -1. Would completely shield right oncontextmenu = " window.event.returnValue = false" <table border oncontextmenu=return(false)><td> no </table> For Table function click () (if (event.button == 2) (alert (' Sorry, this page to disable right!' ))) Document.onmousedown = click 2. Deselect to prevent copying <body onselectstart="return false"> 3. Not allowed to paste onpaste = " return false" 4. To prevent the replication oncopy = " return false " oncut = " return false " 5.IE address bar replace their icons before <link rel="Shortcut Icon" href="favicon.ico">
oncontextmenu="window.event.returnValue=false"<table border oncontextmenu=return(false)> <td> no</table> 可用于Table
function click() {
if (event.button==2) {
alert( 对不起,本页禁用右键! )
}
}
document.onmousedown=click
2.取消选取、防止复制
<body onselectstart="return false">
3. 不准粘贴
onpaste="return false"
4.防止复制
oncopy="return false " oncut="return false "
5.IE地址栏前换成自己的图标
<link rel="Shortcut Icon" href="favicon.ico"> -1. Would completely shield right oncontextmenu = " window.event.returnValue = false" <table border oncontextmenu=return(false)><td> no </table> For Table function click () (if (event.button == 2) (alert (' Sorry, this page to disable right!' ))) Document.onmousedown = click 2. Deselect to prevent copying <body onselectstart="return false"> 3. Not allowed to paste onpaste = " return false" 4. To prevent the replication oncopy = " return false " oncut = " return false " 5.IE address bar replace their icons before <link rel="Shortcut Icon" href="favicon.ico">
相关搜索: newconceotword3
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NewMicrosoftWord3.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.