返回主页网页素材图库gif动画图库网页模板网页教程网页特效网页背景音乐网页制作软件下载网页设计字体下载休闲flashmtv音乐
 


用户提示特效

禁用右键并自动导航:如果你点了右键,它会把你带到另一个地方

效果演示 点右键看看

以下是源代码:


<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://www.dabaoku.com");
}
}
</script>

 

 

 友情连接
 
© CopyRight 2002-2003, www.dabaoku.com, Inc. All Rights Reserved