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,630
19년 전 조회 2,549
19년 전 조회 3,243
19년 전 조회 6,919
19년 전 조회 2,871
19년 전 조회 3,337
19년 전 조회 3,245
19년 전 조회 2,076
19년 전 조회 3,501
19년 전 조회 2,331
19년 전 조회 2,858
19년 전 조회 2,498
19년 전 조회 4,521
19년 전 조회 2,635
19년 전 조회 2,909
19년 전 조회 3,658
19년 전 조회 3,866
19년 전 조회 3,406
19년 전 조회 2,621
19년 전 조회 3,191
19년 전 조회 4,053
19년 전 조회 3,927
19년 전 조회 1,857
19년 전 조회 2,349
19년 전 조회 5,566
19년 전 조회 6,866
19년 전 조회 2,707
19년 전 조회 2,268
19년 전 조회 2,744
19년 전 조회 3,419
19년 전 조회 3,657
19년 전 조회 3,126
19년 전 조회 2,748
19년 전 조회 4,856
19년 전 조회 6,857
19년 전 조회 5,134
19년 전 조회 6,100
19년 전 조회 2,824
19년 전 조회 2,649
19년 전 조회 2,353
19년 전 조회 2,453
19년 전 조회 4,755
19년 전 조회 4,809
19년 전 조회 2,672
19년 전 조회 2,325
19년 전 조회 2,651
19년 전 조회 3,283
19년 전 조회 3,068
19년 전 조회 2,052
19년 전 조회 2,120
19년 전 조회 3,290
19년 전 조회 2,507
19년 전 조회 3,767
19년 전 조회 2,714
19년 전 조회 2,003
19년 전 조회 2,619
19년 전 조회 1,868
19년 전 조회 1,547
19년 전 조회 1,681
19년 전 조회 1,961
19년 전 조회 1,725
19년 전 조회 1,923
19년 전 조회 1,711
19년 전 조회 2,105
19년 전 조회 1,993
19년 전 조회 1,606
19년 전 조회 1,600
19년 전 조회 1,502
19년 전 조회 1,384
19년 전 조회 1,556
19년 전 조회 2,128
19년 전 조회 2,537
19년 전 조회 3,045
19년 전 조회 2,453
19년 전 조회 1,958
19년 전 조회 7,173
19년 전 조회 3,871
19년 전 조회 2,490
19년 전 조회 2,504
19년 전 조회 2,995
19년 전 조회 5,918
19년 전 조회 5,710
19년 전 조회 2,389
19년 전 조회 3,445
19년 전 조회 3,009
19년 전 조회 2,365
19년 전 조회 2,883
19년 전 조회 1,738
19년 전 조회 1,884
19년 전 조회 1,982
19년 전 조회 2,161
19년 전 조회 1,824
19년 전 조회 1,963
19년 전 조회 1,925
19년 전 조회 2,010
19년 전 조회 1,671
19년 전 조회 2,796
19년 전 조회 2,125
19년 전 조회 3,390
19년 전 조회 3,424