-----网页禁止复制----
|
1
2
3
4
5
6
7
8
9 |
-----网页禁止复制----<body> <SCRIPT language=javascript type=text/javascript><!--document.oncontextmenu=new Function(‘event.returnValue=false;‘);document.onselectstart=new Function(‘event.returnValue=false;‘);--> </SCRIPT></body> |
----页面响应加载-----
|
1
2
3
4
5
6
7 |
<script type="text/javascript"> window.onload = function () { var a = document.getElementById("loading"); a.parentNode.removeChild(a); } document.write(‘<div id="loading" style="margin:0 auto;text-align:center;padding:25%;"><img src="../../image/in_open.jpg" /></div>‘); </script> |
原文:http://www.cnblogs.com/Sunhum/p/3623410.html