function click() {
alert('需要复制,请与邦权数据中心联系!') }
function click1() {
if (event.button=1) {alert('需要复制,请与邦权数据中心联系!') }}
function CtrlKeyDown(){
if (event.ctrlKey) {alert('不当的拷贝将损害您的系统!') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
document.onmousedown=click1;
本文来源重庆邦权数据中心http://www.cqbq.com.cn
|