header3.jsp

来自「用JAVA写的5款不错的新闻发布系统。希望对大家有所帮助」· JSP 代码 · 共 30 行

JSP
30
字号
</title>
<link href="function/style.css" rel="stylesheet" type="text/css">
</head>

<body>
<div align="center">

<!--this table is the head -->
<table width="760" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
  <tr> 
      	<td width="20%"><img src="images/jspcn.gif"></td>
    	<td width="60%">
		<object width="450" height="64">
  			<param name="movie" value="images/banner.swf">
  			<embed src="images/banner.swf" type="application/x-shockwave-flash" width="450" height="64"></embed>
		</object>
	</td>
    	<td width="20%">
    

	</td>
  	</tr>
</table>

<!---- this table is not used -->
  <table width="760" height="18" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
    <tr> 
      <td width="100%" height="16" bgcolor="#33CC33">&nbsp;</td>
    </tr>
  </table>

⌨️ 快捷键说明

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