javascript 트 리 탐색 메뉴 인 스 턴 스 코드
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312" />
<title> </title>
<style type="text/css">
<!--
.parent{ width:200px; height:30px; font-size:14px; line-height:30px;}
.child{ width:200px; height:auto; font-size:12px; line-height:20px;}
-->
</style>
<script language="JavaScript1.2">
scores = new Array(20);var numTotal=0;NS4 = (document.layers) ? 1 : 0;IE4 = (document.all) ? 1 : 0;ver4 = (NS4 || IE4) ? 1 : 0;if (ver4) {
with (document) {
write("<STYLE TYPE='text/css'>");
if (NS4) {
write(".parent {position:absolute; visibility:visible}");
write(".child {position:absolute; visibility:visible}");
write(".regular {position:absolute; visibility:visible}")
}
else {
write(".child {display:none}")
} write("</STYLE>");
}}function getIndex(el) {
ind = null;
for (I=0; I<document.layers.length; I++) {
whichEl = document.layers[I];
if (whichEl.id == el) {
ind = I;
break;
}
}
return ind;}function arrange() {
nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;
for (I=firstInd+1; I<document.layers.length; I++) {
whichEl = document.layers[I];
if (whichEl.visibility != "hide") {
whichEl.pageY = nextY;
nextY += whichEl.document.height;
}
}}function initIt(){
if (!ver4) return;
if (NS4) {
for (I=0; I<document.layers.length; I++) {
whichEl = document.layers[I];
if (whichEl.id.indexOf("C") != -1) whichEl.visibility = "hide";
}
arrange();
}
else {
divColl = document.all.tags("DIV");
for (I=0; I<divColl.length; I++) {
whichEl = divColl(I);
if (whichEl.className == "child") whichEl.style.display = "none";
} }}function expandIt(el) {
if (!ver4) return; if (IE4) {
whichEl1 = eval(el + "C");
for(I=1;I<=numTotal;I++){
whichEl = eval(scores[I] + "C");
if(whichEl!=whichEl1) {
whichEl.style.display = "none";
}
}
whichEl1 = eval(el + "C");
if (whichEl1.style.display == "none") {
whichEl1.style.display = "block";
}
else {
whichEl1.style.display = "none";
}
}
else {
whichEl = eval("document." + el + "C");
for(I=1;I<=numTotal;I++){
whichEl = eval("document." + scores[I] + "C");
if(whichEl!=whichEl1) {
whichEl.visibility = "hide";
}
}
if (whichEl.visibility == "hide") {
whichEl.visibility = "show";
}
else {
whichEl.visibility = "hide";
}
arrange();
}}onload = initIt;
</script>
</head>
<body bgcolor="" >
<div id='KB1P' class='parent'><a href="#" onClick="expandIt('KB1'); return false"> + </a></div>
<div id='KB1C' class='child'>
<a href='time1.htm' target='_target'> + </a><br>
<a href='time2.htm' target='_target'> + </a><br>
<a href='time3.htm' target='_target'> - </a><br>
<a href='time8.htm' target='_target'> - </a></div>
<div id='KB2P' class='parent'><a href="#" onClick="expandIt('KB2'); return false"> + </a></div>
<div id='KB2C' class='child'>
<a href='dao1.htm' target='_target'> - </a><br>
<a href='dao9.htm' target='_target'> - </a><br>
<a href='dao10.htm' target='_target'> - </a><br>
<a href='dao11.htm' target='_target'> - </a> </div>
<div id='KB3P' class='parent'><a href="#" onClick="expandIt('KB3'); return false"> + </a></div>
<div id='KB3C' class='child'>
<a href='back1.htm' target='_target'> - </a><br>
<a href='back2.htm' target='_target'> - </a><br>
<a href='back9.htm' target='_target'> - </a></div>
<div id='KB4P' class='parent'><a href="#" onClick="expandIt('KB4'); return false"> + </a></div>
<div id='KB4C' class='child'>
<a href='ye1.htm' target='_target'> - </a><br>
<a href='ye17.htm' target='_target'> - </a> </div>
<div id='KB5P' class='parent'><a href="#" onClick="expandIt('KB5'); return false"> + </a></div>
<div id='KB5C' class='child'>
<a href='picture1.htm' target='_target'> - </a><br>
<a href='picture11.htm' target='_target'> - </a><br>
<a href='picture12.htm' target='_target'> - </a><br>
<a href='picture13.htm' target='_target'> - </a> </div>
<div id='KB6P' class='parent'><a href="#" onClick="expandIt('KB6'); return false"> + </a></div>
<div id='KB6C' class='child'>
<a href='an2.htm' target='_target'> - </a><br>
<a href='an7.htm' target='_target'> - </a></div>
<div id='KB7P' class='parent'><a href="#" onClick="expandIt('KB7'); return false"> + </a></div>
<div id='KB7C' class='child'>
<a href='shu1.htm' target='_target'> - </a><br>
<a href='shu5.htm' target='_target'> - </a><br>
<a href='shu6.htm' target='_target'> - </a> </div>
<div id='KB8P' class='parent'><a href="#" onClick="expandIt('KB8'); return false"> +Cookie </a></div>
<div id='KB8C' class='child'>
<a href='cook1.htm' target='_target'> - </a><br>
<a href='cook8.htm' target='_target'> - IE </a><br>
<a href='cook9.htm' target='_target'> - </a><br>
<a href='cook10.htm' target='_target'> - </a><br>
<a href='cook11.htm' target='_target'> - </a><br>
<a href='cook12.htm' target='_target'> - </a></div>
<div id='KB9P' class='parent'><a href="#" onClick="expandIt('KB9'); return false"> + </a></div>
<div id='KB9C' class='child'>
<a href='text1.htm' target='_target'> - </a><br>
<a href='ye9.htm' target='_target'> - </a><br>
<a href='ye5.htm' target='_target'> - </a></div>
<div id='KB10P' class='parent'><a href="#" onClick="expandIt('KB10'); return false"> + </a></div>
<div id='KB10C' class='child'>
<a href='ye8.htm' target='_target'> - </a><br>
<a href='zhuang1.htm' target='_target'> - </a><br>
<a href='zhuang8.htm' target='_blank'> -title </a></div>
<div id='KB11P' class='parent'><a href="#" onClick="expandIt('KB11'); return false"> + </a></div>
<div id='KB11C' class='child'>
<a href='password1.htm' target='_target'> - </a><br>
<a href='password3.htm' target='_target'> </a><br>
<a href='password4.htm' target='_target'> - </a><br>
<a href='password5.htm' target='_target'> - </a></div>
<div id='KB12P' class='parent'><a href="#" onClick="expandIt('KB12'); return false"> + </a></div>
<div id='KB12C' class='child'>
<a href='zh1.htm' target='_target'> - </a><br>
<a href='zh2.htm' target='_target'> - </a><br>
<a href='zh11.htm' target='_target'> - </a><br>
<a href='zh12.htm' target='_target'> - </a> </div>
<div id='KB13P' class='parent'><a href="#" onClick="expandIt('KB13'); return false"> + </a></div>
<div id='KB13C' class='child'> <a href='you1.htm' target='_target'> - </a></div>
<script language="javascript">
numTotal=14;
scores[1]='KB1';
scores[2]='KB1';
scores[3]='KB2';
scores[4]='KB3';
scores[5]='KB4';
scores[6]='KB5';
scores[7]='KB6';
scores[8]='KB7';
scores[9]='KB8';
scores[10]='KB9';
scores[11]='KB10';
scores[12]='KB11';
scores[13]='KB12';
scores[14]='KB13';
</script>
</body>
</html></td>
</tr>
</table>
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Thymeleaf 의 일반 양식 제출 과 AJAX 제출텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.