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

📄 menu.jsp

📁 这是一个用jsp+Oracle开发的联系人客户关系管理系统!
💻 JSP
字号:
<HTML>
<HEAD>
<TITLE>主页</TITLE>

<!--字体大小和颜色可以改变,其余不要改变-->
<STYLE ID="JoustStyles" TYPE="text/css">
<!--
.menuItem {position:absolute; visibility:hidden; left:0px;}
.node { color: blue;
font-family : "宋体";
font-size : 12px;}
.node A:link { color: blue; text-decoration: none; }
.node A:visited { color: blue; text-decoration: none; }
.node A:active { color: blue; text-decoration: none; }
.node A:hover { color: blue; text-decoration: none; }
.leaf { color: blue;
font-family : "宋体";
font-size : 12px;}
.leaf A:link { color: blue; text-decoration: none;}
.leaf A:visited { color: blue; text-decoration: none; }
.leaf A:active { color: blue; text-decoration: none; }
.leaf A:hover { color: blue; text-decoration: none; }
-->
</STYLE>


<script language="JavaScript">
<!--  
var theMenuRef = "parent.theMenu";
var theMenu = eval(theMenuRef);
var theBrowser = parent.theBrowser;
var belowMenu = null;
var menuStart = 0;

if (parent.theBrowser) {
if (parent.theBrowser.canOnError) {window.onerror = parent.defOnError;}
}

if (theMenu) {
theMenu.amBusy = true;
if (theBrowser.hasDHTML) {
if (document.layers) {
document.ids.menuTop.position = "absolute";
document.ids.menuBottom.position = "absolute";
document.ids.menuBottom.visibility = "hidden";
document.ids.statusMsgDiv.position = "absolute";
} else {
if (document.all) {
with (document.styleSheets["JoustStyles"]) {
addRule ("#menuTop", "position:absolute");
addRule ("#menuBottom", "position:absolute");
addRule ("#menuBottom", "visibility:hidden");
addRule ("#statusMsgDiv", "position:absolute");
}
}
}
}
}
function getDHTMLObj(objName) {
return eval('document' + theBrowser.DHTMLRange + '.' + objName + theBrowser.DHTMLStyleObj);
}
function getDHTMLObjHeight(objName) {
return eval('document' + theBrowser.DHTMLRange + '.' + objName + theBrowser.DHTMLDivHeight);
}
function getDHTMLObjTop(theObj) {return (theBrowser.code == "MSIE") ? theObj.pixelTop + 0 : theObj.top;}
function myVoid() { ; }
function setMenuHeight(theHeight) {
getDHTMLObj('menuBottom').top = theHeight;
}
function drawStatusMsg() {
if (document.layers) {
document.ids.statusMsgDiv.top = menuStart;
} else{
if (document.all) {
document.styleSheets["JoustStyles"].addRule ("#statusMsgDiv", "top:" + menuStart);
}
}
document.writeln('<DIV ID="statusMsgDiv"><CENTER>请稍等...</CENTER></DIV>');
}
function drawLimitMarker() {
var b = theBrowser;
if (theMenu && b.hasDHTML && b.needLM) {
var limitPos = theMenu.maxHeight + menuStart + getDHTMLObjHeight('menuBottom');
if (b.code == 'NS') {
document.ids.limitMarker.position = "absolute";
document.ids.limitMarker.visibility = "hidden";
document.ids.limitMarker.top = limitPos;
}
if (b.code == 'MSIE') {
with (document.styleSheets["JoustStyles"]) {
addRule ("#limitMarker", "position:absolute");
addRule ("#limitMarker", "visibility:hidden");
addRule ("#limitMarker", "top:" + limitPos + "px");
}
}
document.writeln('<DIV ID="limitMarker">&nbsp;</DIV>');
}
}
function setTop() {
if (theMenu && theBrowser.hasDHTML) {
if (getDHTMLObj('menuTop')) {
menuStart = getDHTMLObjHeight("menuTop");
drawStatusMsg();
} else {
theBrowser.hasDHTML = false;
}
}
}
function setBottom() {
if (theMenu) {
if (theBrowser.hasDHTML) {
drawLimitMarker();
getDHTMLObj("statusMsgDiv").visibility = 'hidden';
theMenu.refreshDHTML();
getDHTMLObj('menuBottom').visibility = 'visible';
}
theMenu.amBusy = false;
}
}
function frameResized() {if (theBrowser.hasDHTML) {theMenu.refreshDHTML();}}

// ############   End ############

/*所有文件名都不要改变,否则运行可能回出现问题,因为相互引用的地方非常多。*/

if (self.name != 'menu') { self.location.href = 'index2.html'; }
//-->
</script>
</HEAD>
<BODY LINK="#000000" marginwidth="1" marginheight="1" onResize="frameResized();" topmargin="0" leftmargin="0" bgcolor="#CCCCCC" text="#000000" vlink="#000000" alink="#000000">
<DIV ID="menuTop">&nbsp;
</DIV>
<SCRIPT LANGUAGE="JavaScript">
<!--
setTop();
//-->
</SCRIPT>

<!--这些字体,颜色等参数应用于后面的菜单 -->
<FONT FACE="宋体" color="white">

<SCRIPT LANGUAGE="JavaScript">
<!--
if (theMenu) {
parent.DrawMenu(theMenu);
}
//-->
</SCRIPT>

</FONT>

<DIV ID="menuBottom">
<!-- Place anything you want to appear after the menu between these DIV tags. -->
&nbsp;
</DIV>

<SCRIPT LANGUAGE="JavaScript">
<!--
setBottom();
//-->
</SCRIPT>

</BODY>
</HTML>



⌨️ 快捷键说明

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