// ·ÀÓÒ¼ü¡£
//document.oncontextmenu=new Function("event.returnValue=false");
//document.onselectstart=new Function("event.returnValue=false");



//·ÀÆÁÄ»²¶×¥
<!--
//function testclip(){
//try {
//if(clipboardData.getData("Text")||clipboardData.getData("HTML")||clipboardData.getData("URL")) 
//{
//null;
//}
//}
//catch(e){
//clipboardData.setData("Text","")
//}
//setTimeout("testclip()",500)
//}
//testclip();
//-->
