[新着] Webテンプレートを仮オープンしました
<iframe src="aifure.html" name="" frameborder="0" style="position:absolute;z-index:2;margin-left:150px;margin-top:200px;" width="200" height="120" scrolling="auto" allowtransparency="true"><p>インラインフレームを使用しています。見るにはインラインフレームをサポートしているブラウザが必要です。</p></iframe>name=""に何も記入されていないからじゃないでしょうか。
name="frame"となると思います。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
body{
cursor:url(ribbon4-2.cur);
scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#ff6699;
scrollbar-track-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
background-color:transparent;
background-image:url(ps1.png);
background-attachment:fixed;
background-repeat:repeat-x;
background-position:bottom;
}
body,td{
font-size:11pt;
}
a{
cursor:url(ribbon4-2.cur);
}
</style>
<title>よねファンクラブ</title>
</head>
<body>
<div id="contentDiv">
<div style="width:674px;height:519px;">
<img src="222.gif" alt="" style="position:absolute;z-index:1;">
<iframe src="aifure.html" name="frame" frameborder="0" style="position:absolute;z-index:2;margin-left:150px;margin-top:200px;" width="200" height="120" scrolling="auto" allowtransparency="true"><p>インラインフレームを使用しています。見るにはインラインフレームをサポートしているブラウザが必要です。</p></iframe>
<span style="margin-left:400px;margin-top:60px;position:absolute;z-index:3;">
<a href="about.html" target="frame">ABOUT</a>
<a href="about.html" target="frame">BBS</a>
<a href="about.html" target="frame">DIARY</a>
<a href="about.html" target="frame">LINK</a>
</span>
</div>
</div>
</body>
</html>