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,731
19년 전 조회 2,660
19년 전 조회 3,337
19년 전 조회 7,032
19년 전 조회 2,973
19년 전 조회 3,442
19년 전 조회 3,343
19년 전 조회 2,171
19년 전 조회 3,606
19년 전 조회 2,434
19년 전 조회 2,956
19년 전 조회 2,596
19년 전 조회 4,628
19년 전 조회 2,736
19년 전 조회 3,022
19년 전 조회 3,760
19년 전 조회 3,964
19년 전 조회 3,509
19년 전 조회 2,725
19년 전 조회 3,302
19년 전 조회 4,158
19년 전 조회 4,035
19년 전 조회 1,963
19년 전 조회 2,452
19년 전 조회 5,666
19년 전 조회 6,978
19년 전 조회 2,806
19년 전 조회 2,388
19년 전 조회 2,867
19년 전 조회 3,511
19년 전 조회 3,750
19년 전 조회 3,225
19년 전 조회 2,870
19년 전 조회 4,960
19년 전 조회 6,984
19년 전 조회 5,243
19년 전 조회 6,211
19년 전 조회 2,931
19년 전 조회 2,756
19년 전 조회 2,464
19년 전 조회 2,559
19년 전 조회 4,864
19년 전 조회 4,910
19년 전 조회 2,776
19년 전 조회 2,422
19년 전 조회 2,752
19년 전 조회 3,387
19년 전 조회 3,164
19년 전 조회 2,152
19년 전 조회 2,214
19년 전 조회 3,385
19년 전 조회 2,600
19년 전 조회 3,863
19년 전 조회 2,803
19년 전 조회 2,091
19년 전 조회 2,725
19년 전 조회 1,979
19년 전 조회 1,666
19년 전 조회 1,782
19년 전 조회 2,076
19년 전 조회 1,815
19년 전 조회 2,016
19년 전 조회 1,808
19년 전 조회 2,205
19년 전 조회 2,096
19년 전 조회 1,714
19년 전 조회 1,700
19년 전 조회 1,598
19년 전 조회 1,468
19년 전 조회 1,651
19년 전 조회 2,216
19년 전 조회 2,640
19년 전 조회 3,137
19년 전 조회 2,552
19년 전 조회 2,048
19년 전 조회 7,281
19년 전 조회 3,984
19년 전 조회 2,565
19년 전 조회 2,603
19년 전 조회 3,108
19년 전 조회 6,018
19년 전 조회 5,820
19년 전 조회 2,481
19년 전 조회 3,531
19년 전 조회 3,099
19년 전 조회 2,463
19년 전 조회 2,981
19년 전 조회 1,832
19년 전 조회 1,976
19년 전 조회 2,081
19년 전 조회 2,256
19년 전 조회 1,921
19년 전 조회 2,061
19년 전 조회 2,017
19년 전 조회 2,102
19년 전 조회 1,768
19년 전 조회 2,895
19년 전 조회 2,215
19년 전 조회 3,483
19년 전 조회 3,539