📄 index.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<%@include file="/common/common.jsp"%>
<HTML>
<!--
---------------------------------------------------------------------------
this script is copyright (c) 2001 by Michael Wallner!
http://www.wallner-software.com
mailto:dhtml@wallner-software.com
you may use this script on web pages of your own
you must not remove this copyright note!
This script featured on Dynamic Drive (http://www.dynamicdrive.com)
Visit http://www.dynamicdrive.com for full source to this script and more
---------------------------------------------------------------------------
-->
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
<TITLE>Outlook Like Bar Example - (c) 2001 www.wallner-software.com</TITLE>
</HEAD>
<FRAMESET cols = "130,*" frameborder=yes bordercolor=silver>
<FRAME SRC="outlook.jsp" NAME="Links" SCROLLING="No">
<FRAME SRC="main.jsp" NAME="main" SCROLLING="AUTO">
</FRAMESET>
<NOFRAMES>
<BODY>
</BODY>
</NOFRAMES>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -