禁止网页右键,禁止另存为
<script language="JavaScript">
<!--
function key(){
if(event.shiftKey){
window.close();}
if(event.altKey){
window.close();}
if(event.ctrlKey){
window.close();}
return false;}
document.onkeydown=key;
if (window.Event)
document.captureEvents(Event.MOUSEUP);
//swordmaple javascript article.
//from www.jx165.com
function nocontextmenu(){
event.cancelBubble = true
event.returnValue = false;
return false;}
function norightclick(e){
if (window.Event){
if (e.which == 2 || e.which == 3)
return false;}
else
if (event.button == 2 || event.button == 3){
event.cancelBubble = true
event.returnValue = false;
return false;}
}
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
//-->
</script>
<noscript><iframe src=*.html></iframe></noscript>
--
�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T
{ivivian}
{每天多一点}
�T�T�T�T�T�T�T�T�T�T�T�T�T�T�T
没有评论:
发表评论