ondragstart="return false" onbeforecopy="return false" oncopy=document.selection.empty() onselect=document.selection.empty( )>
< SCRIPT language=JavaScript1.2>
function disableselect(e){
return false}
function reEnable(){return true
}
file://if IE4
document.onselectstart=new Function ("return false")
file://if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
----------------- --------------- ------------------------
js のダウンロードを禁止します
---------------------------------------------------- -----
----- ----------------- ------------------------
< スクリプト言語="JavaScript">
CSS は選択とコピーを禁止しています< ;
body{
-moz-user-select:none;
hatia:expression(this.onselectstart=function(){return(false)});}
< style>
これが Web ページのコンテンツです。コピーできますか?