右键控制 点击右键后把你带到指定网址 - 网页特效代码演示 - 特

时间:2012-10-25 来源:弘智教育 点击: 次

要完成此效果把如下代码加入到<body>区域中

<script language="JavaScript">

 

if (navigator.appName.indexOf("Internet Explorer") != -1)   

    document.onmousedown = noSourceExplorer;

   

function noSourceExplorer()

{

    if (event.button == 2 | event.button == 3)

    {

        alert("带你去主页!");

        location.replace("http://typhoon.500.to");

    }

}

</script>
 

弘智主页 | 弘智介绍 | 培训课程 | XML地图