1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<table height="115" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="220" rowspan="2"><a href="intro.php"><img src="../img/mypage/logo.jpg" width="220" height="135" border="0"></a></td> <td width="100%" height="45" align="left" valign="top" style="padding-left:53px"><? include("top_sub.php"); ?> </td> <td rowspan="2"> </td> </tr> <tr> <td height="90"> <textarea id="txt1" style="display:none;" rows="0" cols="0"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="90"> <param name="movie" value="../img/flash/mypage.swf"> <param name="quality" value="high"> <embed src="../img/flash/mypage.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="90"></embed></object> </textarea> <script language="javascript" src="/html/okplugin_js.php?txtid=txt1"></script> </td> </tr> </table>
|