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,670
19년 전 조회 2,597
19년 전 조회 3,275
19년 전 조회 6,960
19년 전 조회 2,906
19년 전 조회 3,379
19년 전 조회 3,276
19년 전 조회 2,114
19년 전 조회 3,541
19년 전 조회 2,367
19년 전 조회 2,895
19년 전 조회 2,535
19년 전 조회 4,564
19년 전 조회 2,669
19년 전 조회 2,959
19년 전 조회 3,705
19년 전 조회 3,907
19년 전 조회 3,452
19년 전 조회 2,660
19년 전 조회 3,231
19년 전 조회 4,094
19년 전 조회 3,968
19년 전 조회 1,904
19년 전 조회 2,393
19년 전 조회 5,602
19년 전 조회 6,902
19년 전 조회 2,747
19년 전 조회 2,314
19년 전 조회 2,788
19년 전 조회 3,455
19년 전 조회 3,694
19년 전 조회 3,164
19년 전 조회 2,790
19년 전 조회 4,900
19년 전 조회 6,911
19년 전 조회 5,180
19년 전 조회 6,141
19년 전 조회 2,870
19년 전 조회 2,686
19년 전 조회 2,393
19년 전 조회 2,493
19년 전 조회 4,797
19년 전 조회 4,850
19년 전 조회 2,710
19년 전 조회 2,369
19년 전 조회 2,698
19년 전 조회 3,329
19년 전 조회 3,115
19년 전 조회 2,088
19년 전 조회 2,161
19년 전 조회 3,337
19년 전 조회 2,534
19년 전 조회 3,813
19년 전 조회 2,750
19년 전 조회 2,041
19년 전 조회 2,662
19년 전 조회 1,909
19년 전 조회 1,601
19년 전 조회 1,727
19년 전 조회 2,006
19년 전 조회 1,759
19년 전 조회 1,962
19년 전 조회 1,751
19년 전 조회 2,152
19년 전 조회 2,033
19년 전 조회 1,649
19년 전 조회 1,649
19년 전 조회 1,544
19년 전 조회 1,411
19년 전 조회 1,600
19년 전 조회 2,162
19년 전 조회 2,571
19년 전 조회 3,082
19년 전 조회 2,494
19년 전 조회 2,001
19년 전 조회 7,222
19년 전 조회 3,919
19년 전 조회 2,518
19년 전 조회 2,545
19년 전 조회 3,043
19년 전 조회 5,966
19년 전 조회 5,761
19년 전 조회 2,439
19년 전 조회 3,481
19년 전 조회 3,047
19년 전 조회 2,409
19년 전 조회 2,928
19년 전 조회 1,779
19년 전 조회 1,922
19년 전 조회 2,030
19년 전 조회 2,205
19년 전 조회 1,867
19년 전 조회 2,017
19년 전 조회 1,968
19년 전 조회 2,051
19년 전 조회 1,718
19년 전 조회 2,839
19년 전 조회 2,168
19년 전 조회 3,421
19년 전 조회 3,463