index.jxp

来自「java插件系统源码」· JXP 代码 · 共 23 行

JXP
23
字号
<%
// Java Plug-in Framework (JPF)
// Copyright (C) 2004 - 2005 Dmitry Olshansky
// $Id: index.jxp,v 1.1 2005/03/08 12:14:14 ddimon Exp $
%>
<!DOCTYPE html public "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

<html>
<head>
	<title>JPF Plug-ins Documentation</title>
</head>

<frameset rows="50,*" framespacing="0" frameborder="0" bordercolor="#FFFFFF">
    <frame name="menuFrame" src="<%= relativePath %>/menu.html" marginwidth="10" marginheight="10" scrolling="no" frameborder="0" bordercolor="#FFFFFF" noresize>
    <frame name="mainFrame" src="<%= relativePath %>/overview.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0" bordercolor="#FFFFFF" noresize>
	<noframes>
		<h2>Frame Alert</h2>
		<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.</p>
	</noframes>
</frameset>

</html>

⌨️ 快捷键说明

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