右クリック・印刷禁止 JavaScript記述例■

document.onmousedown=action;

function action(){
if(event.button>=2){alert('こちらの画像の保存や印刷は禁止されています。');
return false;

}
}

■こちらはiframe内になっています。css + xhtml + seo のtopページ(http://cssxhtmlseo.web.fc2.com/)よりご覧ください■

inserted by FC2 system