【注意】国際テロ組織アルカイダのスポークスマン、9・11超えるテロを予告

このエントリーをはてなブックマークに追加
78名無しさん@4周年
>58

一応スクリプト内容を
<SCRIPT language="JavaScript">
<!--
function OpenWin(){
myWin2 = window.open(
"http://www.ro-ch.net/bijou/source/20030908060152_b.jpg",
"win",
"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=30,height=20");
setTimeout("myWin2.close();",1000);
myWin3 = window.open(
"http://www.ro-ch.net/bijou/source/20030908060152_b.jpg",
"win3",
"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=30,height=20");
setTimeout("myWin3.close();",1000);
setTimeout("window.close();",1000);
}
//-->