*********** HTML *************
IFRAM用html pickup.htmとして保存
パスは自分の環境に合わせて設定してください。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<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">
<!--
a:visited, a:active, a:link { text-decoration:none;color:#blue;}
a:hover { text-decoration:none;color:red;}
#td_bg { background-color:#ffffff;}
body { margin:0; }
-->
</STYLE>
<title></title>
</head>
<body bgcolor="#ecffff">
<table cellpadding="3" cellspacing="0" style="border:1px solid #000000;font-size:9pt;color:#ffffff;">
<tr>
<td style="background-color:#3c5995;border-bottom:1px solid #000000;" colspan="2">■おすすめサイト</td>
</tr>
<tr>
<td bgcolor="#a6caf0" colspan="2" style="border-bottom:1px
solid #000000;"><SCRIPT language="JavaScript" src="picup.js"></SCRIPT></td>
</tr>
<tr>
<td width="50%" align="center" id="td_bg"
style="border-right:1px solid #000000;"><a href="pickup.cgi?mode=fd"
target="_blank">登録</a></td>
<td width="50%" align="center" id="td_bg"><a
href="pickup.cgi" target="_blank">リンク</a></td>
</tr>
</table>
</body>
</html>
*********** IFRAM *************
IFRAMでの埋め込み[ pickup.htm]
パスは利用環境に合わせて下さい。(2箇所)
<div align="center" style="margin:0;padding:0;">
<NOLAYER><IFRAME name="art" border="0" frameborder="0"
marginheight="0" marginwidth="0" src="./cgi-bin/script/pickup.htm"
width="108" height="88" scrolling="no"></IFRAME></NOLAYER>
<ILAYER src="./cgi-bin/script/pickup.htm" width="108"
height="88" scrolling="0"></ILAYER>
</div>