禁止你的左键复制实用技巧
2026-01-17 17:07:29 作者:用户投稿
复制代码 代码如下:
<SCRIPT LANGUAGE=javascript>
function click() {
alert('禁止你的左键复制!') }
function click1() {
if (event.button==2) {
alert('禁止右键点击~!') }}
function CtrlKeyDown(){
if (event.ctrlKey) {
alert('不当的拷贝将损害您的系统!') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
document.onmousedown=click1;
</SCRIPT>
</script>
<SCRIPT LANGUAGE=javascript>
function click() {
alert('禁止你的左键复制!') }
function click1() {
if (event.button==2) {
alert('禁止右键点击~!') }}
function CtrlKeyDown(){
if (event.ctrlKey) {
alert('不当的拷贝将损害您的系统!') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
document.onmousedown=click1;
</SCRIPT>
</script>
联络方式:
4008905355
邮箱:9196886@qq.com
Q Q:9196886
微信二维码
