首页 >> 网页特效 >> 鼠标特效 >> 正文
来源: 本站原创 | 时间: 2007-1-7 19:24:40 | 人气:
禁用右键并自动导航
脚本说明:把如下代码加入<body>区域中<script language="JavaScript">
if (navigator.appName.indexOf("Internet Explorer") != -1) document.onmousedown = noSourceExplorer; function noSourceExplorer(){ if (event.button == 2 | event.button == 3) { alert("禁止右键...去web600.net!"); location.replace(); }}</script>