var itimes=1 function titleprompt(){ //alert(itimes); if (itimes<5){ document.title="注意:请您先回首页登录。如果已登录,请刷新。"; //window.focus(); setTimeout("titleprompt()",3000); itimes=itimes+1;} else {document.title=document.tag;} } function right() { if (window.event.button != 1 || window.event.button == 3) { //alert("请先登录!如果您已登录,请刷新。"); //window.status="小杜网站"; // PopOldFriend(); // alert(document.title); document.tag=document.title; titleprompt(); return false; } return false; } document.body.onmousedown=right function myKeyDown() { if( event.keyCode==17 || event.keyCode==18 ) { //alert("请先登录!如果您已登录,请刷新。"); //PopOldFriend() return false } } window.document.onkeydown = myKeyDown; function NoRight(){return false} document.body.oncontextmenu=NoRight; document.body.onselectstart=NoRight; parent.document.body.oncontextmenu=NoRight; parent.document.body.onselectstart=NoRight; document.body.ondragstart="return false"; parent.document.body.ondragstart="return false";