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,597
19년 전 조회 2,517
19년 전 조회 3,203
19년 전 조회 6,885
19년 전 조회 2,837
19년 전 조회 3,307
19년 전 조회 3,208
19년 전 조회 2,044
19년 전 조회 3,469
19년 전 조회 2,302
19년 전 조회 2,821
19년 전 조회 2,465
19년 전 조회 4,484
19년 전 조회 2,602
19년 전 조회 2,870
19년 전 조회 3,634
19년 전 조회 3,833
19년 전 조회 3,373
19년 전 조회 2,594
19년 전 조회 3,157
19년 전 조회 4,021
19년 전 조회 3,898
19년 전 조회 1,826
19년 전 조회 2,320
19년 전 조회 5,540
19년 전 조회 6,827
19년 전 조회 2,674
19년 전 조회 2,238
19년 전 조회 2,717
19년 전 조회 3,390
19년 전 조회 3,619
19년 전 조회 3,098
19년 전 조회 2,722
19년 전 조회 4,828
19년 전 조회 6,829
19년 전 조회 5,105
19년 전 조회 6,067
19년 전 조회 2,793
19년 전 조회 2,611
19년 전 조회 2,320
19년 전 조회 2,417
19년 전 조회 4,716
19년 전 조회 4,780
19년 전 조회 2,637
19년 전 조회 2,294
19년 전 조회 2,622
19년 전 조회 3,249
19년 전 조회 3,041
19년 전 조회 2,015
19년 전 조회 2,080
19년 전 조회 3,258
19년 전 조회 2,479
19년 전 조회 3,747
19년 전 조회 2,674
19년 전 조회 1,966
19년 전 조회 2,583
19년 전 조회 1,841
19년 전 조회 1,521
19년 전 조회 1,649
19년 전 조회 1,933
19년 전 조회 1,695
19년 전 조회 1,885
19년 전 조회 1,677
19년 전 조회 2,072
19년 전 조회 1,958
19년 전 조회 1,567
19년 전 조회 1,571
19년 전 조회 1,472
19년 전 조회 1,346
19년 전 조회 1,526
19년 전 조회 2,095
19년 전 조회 2,503
19년 전 조회 3,002
19년 전 조회 2,427
19년 전 조회 1,917
19년 전 조회 7,144
19년 전 조회 3,843
19년 전 조회 2,453
19년 전 조회 2,466
19년 전 조회 2,963
19년 전 조회 5,886
19년 전 조회 5,674
19년 전 조회 2,360
19년 전 조회 3,410
19년 전 조회 2,982
19년 전 조회 2,331
19년 전 조회 2,848
19년 전 조회 1,699
19년 전 조회 1,860
19년 전 조회 1,951
19년 전 조회 2,123
19년 전 조회 1,791
19년 전 조회 1,934
19년 전 조회 1,894
19년 전 조회 1,975
19년 전 조회 1,647
19년 전 조회 2,761
19년 전 조회 2,090
19년 전 조회 3,352
19년 전 조회 3,387