titlegifs.jsp
来自「Oracle的J2EE Sample」· JSP 代码 · 共 28 行
JSP
28 行
<%--
* @author Pushkala
* @version 1.0
*
* Development Environment : Oracle9i JDeveloper
*
* Name of the File : TitleGifs.jsp
*
* Creation/Modification History :
* Pushkala 30-Apr-2002 Created
*
* Overview of Application :
*
* This page is part of the IBFBS application.
* This page is included in other JSP pages to display the Title images.
*
--%>
<%-- Set Context type and characterset --%>
<%@page contentType="text/html;charset=WINDOWS-1252" language="java" %>
<table width="100%" border="0">
<tr>
<td width="290" valign="center"><img src="images/cashbundyltext.gif"></td>
<td width="450"> </td>
<td width="102" valign="center"><img src="images/onlinetrading.gif" ></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?