禁用右键并自动导航
禁用右键并自动导航<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://sjhmz.siteem.com");
}
}
</script>
页:
[1]
