HEAD セクション

function yokoWindow()
{
window.open("","yokomado",'resizable=no,scrollbars=yes,menubar=no,toolbar=no,location=no,directories=no,
width=800,height=600,top=20,left=220');
}
function Komado()
{
window.open("frame/kodomo2.html","chiisai",'width=240,height=400,top=300,left=0');
}




BODY セクション

<A HREF="frame/index.html" TARGET="yokomado" onClick="Komado()">三たびターゲットのサンプル</A>