站长论坛
标题:
禁止右键弹对话框
[打印本页]
作者:
superadmin
时间:
2007-10-5 22:39
标题:
禁止右键弹对话框
<script language="JavaScript">document.oncontextmenu = function() { return false;}</script>
<!-- ………… -->
<script>
function noright(e){
if(navigator.appName=='Microsoft Internet Explorer'&&(event.button==2||event.button==3)){
warning =
"^o^ 楚天影视网公告 ^o^\n" +
"______________________\n" +
"\n" +
"千兆网速,5T影视空间. \n" +
"千部大片等着你. \n" +
"\n" +
"月卡25元、季卡50元. \n" +
"年卡160元、高速下载.\n" +
"点卡10元、100点除外.\n" +
"\n" +
"多种付费方式简单容易,\n" +
"为您打造完美家庭影院!\n" +
"\n" +
"客服电话:0724-2347088\n" +
"客服 Q Q:387459 318574500\n" +
"客服时间:10:00-17:00\n" +
"\n" +
"=======楚天影视网=======\n"
var agree = confirm(warning);
if (agree !="0"){
top.location="#";}
return false;}
return true;}
document.onmousedown=noright;
</script>
点右键弹出对话框
欢迎光临 站长论坛 (http://tzlink.com/bbs/)
Powered by Discuz! X3.2