⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formscentral.html

📁 JSP实现的强大功能树型结构框架,非常实用
💻 HTML
字号:
<html>
<head>
	<title>Bank of America Forms Central</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<link rel="stylesheet" type="text/css" href="/stylesheets/masterstyle.css">
	<script>
	function op() { //This function is used with folders that do not open pages themselves. See online docs.
	}
	</script>
</head>

<!--
(Please keep all copyright notices.)
This frameset document includes the FolderTree script.
Script found in: http://www.mmartins.com
Author: Marcelino Alves Martins
-->

<!-- Instructions:
     -Make changes to the title and add other head tags above.
     -Do not makes changes to the left frame.
	 -You can change the name of the right-frame document
      from "startPage.htm" to something else,
	  but use the same name in the argument of the first
	  gFld in the defineMyTree.js file.
	 -Do not change the name of the frames ("treeframe"
      and "basefrm") or else the links in the tree will
	  not work.
	 -Note: the script was not designed to work in a
      standalone page without frames. -->


<FRAMESET rows="131,*" border="0">
	<FRAME src="PublicHeader.jsp" name="banner" >
	<FRAMESET cols="30%,70%" >
	  <FRAME src="folderTreeLeftFrame.jsp" name="treeframe" >
	  <FRAME SRC="FormServer.jsp" name="basefrm">
	</FRAMESET>
	<NOFRAMES>
		This page can only be seen with a browser supporting frames.
	</NOFRAMES>
</FRAMESET>


</HTML>

⌨️ 快捷键说明

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