<html> <head>
<title>あなたのホームページ</title> </head>
<body>
ホームページ作成中。頑張ります!
<BR>
<BR> <SCRIPT LANGUAGE="JavaScript">
<!--
function IE(){
if(event.button == 2){
alert("右クリック禁止です。");
}
}
function NN(myEvent){
if(myEvent.which == 3){
alert("右クリック禁止です。");
return false;
}
}
if(document.all){
document.onmousedown = IE ;
}
if(document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = NN ;
}
// -->
</SCRIPT>
</body>
</html>
|
|
あなたのホームページ Internet Explorer |
ファイル(F) 編集(E) 表示(V) お気に入り(A) ツール(T) ヘルプ(H) |
ホームページ作成中。頑張ります!
|
|