top.html

来自「use eclipse+js platform impement tree me」· HTML 代码 · 共 35 行

HTML
35
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>导航栏</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">


<style type="text/css">
<!--
body {
	background-color: #999999;
}

#Layer1 {
	position:absolute;
	left:284px;
	top:20px;
	width:348px;
	height:35px;
	z-index:1;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">


	
<div id="Layer1">
  <h4 align="center"> <a href="http://localhost:8080/menu/conn.jsp" target="mainFrame">[查看树状菜单]</a>
<a href="http://localhost:8080/menu/menu.jsp" target="mainFrame">[修改树状菜单]</a> </h4>
</div>
</body>
</html>

⌨️ 快捷键说明

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