formscentral.html

来自「JSP实现的强大功能树型结构框架,非常实用」· HTML 代码 · 共 46 行

HTML
46
字号
<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 + =
减小字号Ctrl + -
显示快捷键?