E

프레임에서 사용하면 공간을 절약할 수 있는 폴더 트리형 메뉴 스크립트

프레임에서 사용하면 공간을 절약할 수 있는 폴더 트리형 메뉴 스크립트 입니다
압축 파일을 해제한 후 js 파일에서 메뉴를 설정 하세요

##########
index.html
##########

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="expires" content="-1">
<meta http-equiv="pragma" content="no-cache">
<title> jasko sample script </title>
<style>
<!--
body,td{font-size:10pt}
//-->
</style>

<!---- [1단계] 아래 코드를 <HEAD> 와 <HEAD> 태그 사이에 붙여 넣으세요 --->

<script src="tree_2.js"></script>

</head>

<body>

<!--- [2단계] 아래의 코드를 메뉴가 나타나기 원하는 장소에 넣으세요 --->

<script language="JavaScript">initializeDocument();</script>

</body>
</html>

############################
tree_2.js 파일중 메뉴 설정 부분
############################

function gLnk(target, description, linkData, itemImg)
{
fullLink = ""

if (target==0)
{
if(linkData != "")
fullLink = "'"+linkData+"' target="_self"" // 원하는 타겟으로 수정하세요
else
fullLink = "";
}
else
{
if (target==1) {
if(linkData != "")
fullLink = "'http://"+linkData+"' target=_self" // 원하는 타겟으로 수정하세요
else
fullLink = "";

}
else {
if(linkData != "")
fullLink = "'http://"+linkData+"' target="_self"" // 원하는 타겟으로 수정하세요
else
fullLink = "";

}
}

linkItem = new Item(description, fullLink, itemImg)
return linkItem
}

function insFldr(parentFolder, childFolder)
{
return parentFolder.addChild(childFolder)
}

function insDoc(parentFolder, document)
{
parentFolder.addChild(document)
}


USETEXTLINKS = 1;
indexOfEntries = new Array;
nEntries = 0;
doc = document;
browserVersion = 0;
selectedFolder=0;

///////////////////////////// 메뉴 설정 부분 ////////////////////////////////

foldersTree = gFldr("메뉴를 선택 하세요", "jasko")

aux1 = insFldr(foldersTree, gFldr("메인메뉴 -1","jasko"))
insDoc(aux1, gLnk(0, "Script 1", "http://kr.yahoo.com", "leftfolderclosed.gif"))
insDoc(aux1, gLnk(0, "Script 2", "http://kr.yahoo.com", "leftfolderclosed.gif"))
insDoc(aux1, gLnk(0, "Script 3", "http://kr.yahoo.com", "leftfolderclosed.gif"))

aux1 = insFldr(foldersTree, gFldr("메인메뉴 -2","jasko"))
insDoc(aux1, gLnk(0, "Applet 1", "http://kr.yahoo.com", "leftfolderclosed.gif"))
insDoc(aux1, gLnk(0, "Applet 2", "http://kr.yahoo.com", "leftfolderclosed.gif"))
insDoc(aux1, gLnk(0, "Applet 3", "http://kr.yahoo.com", "leftfolderclosed.gif"))

aux1 = insFldr(foldersTree, gFldr("메인메뉴 -3","jasko"))
insDoc(aux1, gLnk(0, "홈페이지마법사", "http://kr.yahoo.com", "leftfolderclosed.gif"))

insDoc(foldersTree, gLnk(0, "부메뉴 없는 메뉴", "http://kr.yahoo.com/", "leftfolderclosed.gif"))

///////////////////////////// 메뉴 설정 부분 ////////////////////////////////<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 2,613
19년 전 조회 2,533
19년 전 조회 3,223
19년 전 조회 6,904
19년 전 조회 2,856
19년 전 조회 3,323
19년 전 조회 3,225
19년 전 조회 2,060
19년 전 조회 3,491
19년 전 조회 2,316
19년 전 조회 2,832
19년 전 조회 2,476
19년 전 조회 4,500
19년 전 조회 2,619
19년 전 조회 2,890
19년 전 조회 3,645
19년 전 조회 3,847
19년 전 조회 3,387
19년 전 조회 2,607
19년 전 조회 3,174
19년 전 조회 4,036
19년 전 조회 3,908
19년 전 조회 1,839
19년 전 조회 2,335
19년 전 조회 5,554
19년 전 조회 6,844
19년 전 조회 2,693
19년 전 조회 2,258
19년 전 조회 2,729
19년 전 조회 3,402
19년 전 조회 3,636
19년 전 조회 3,113
19년 전 조회 2,736
19년 전 조회 4,844
19년 전 조회 6,843
19년 전 조회 5,118
19년 전 조회 6,082
19년 전 조회 2,808
19년 전 조회 2,627
19년 전 조회 2,335
19년 전 조회 2,434
19년 전 조회 4,737
19년 전 조회 4,794
19년 전 조회 2,652
19년 전 조회 2,306
19년 전 조회 2,641
19년 전 조회 3,271
19년 전 조회 3,056
19년 전 조회 2,036
19년 전 조회 2,099
19년 전 조회 3,273
19년 전 조회 2,490
19년 전 조회 3,757
19년 전 조회 2,696
19년 전 조회 1,986
19년 전 조회 2,602
19년 전 조회 1,856
19년 전 조회 1,535
19년 전 조회 1,663
19년 전 조회 1,946
19년 전 조회 1,710
19년 전 조회 1,904
19년 전 조회 1,694
19년 전 조회 2,090
19년 전 조회 1,975
19년 전 조회 1,587
19년 전 조회 1,584
19년 전 조회 1,486
19년 전 조회 1,365
19년 전 조회 1,541
19년 전 조회 2,111
19년 전 조회 2,518
19년 전 조회 3,023
19년 전 조회 2,445
19년 전 조회 1,936
19년 전 조회 7,157
19년 전 조회 3,858
19년 전 조회 2,470
19년 전 조회 2,483
19년 전 조회 2,977
19년 전 조회 5,901
19년 전 조회 5,689
19년 전 조회 2,372
19년 전 조회 3,425
19년 전 조회 2,991
19년 전 조회 2,347
19년 전 조회 2,865
19년 전 조회 1,717
19년 전 조회 1,870
19년 전 조회 1,966
19년 전 조회 2,138
19년 전 조회 1,804
19년 전 조회 1,950
19년 전 조회 1,909
19년 전 조회 1,990
19년 전 조회 1,658
19년 전 조회 2,779
19년 전 조회 2,104
19년 전 조회 3,373
19년 전 조회 3,404