header.html

来自「用delphi+intraweb写的简单报表系统(activeform使用技术)」· HTML 代码 · 共 25 行

HTML
25
字号
<html>
<title></title>
<link href="../files/azweb.css" rel="stylesheet" type="text/css">
<body>
<table width="770"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="150" valign="top" background="../files/index_01_01.gif"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="55" colspan="2">&nbsp;</td>
      </tr>
      <tr>
        <td width="42">&nbsp;</td>
        <td width="725"><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="29" height="29">
          <param name="movie" value="../files/2.swf">
          <param name="quality" value="high">
          <param name="wmode" value="transparent">
          <param name="menu" value="false">
          <embed src="../files/2.swf" width="29" height="29" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" menu="false"></embed>
        </object></td>
      </tr>
    </table></td>
  </tr>
</table> 
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?