이런건 어떻게 만드는지 나원.. 정보
이런건 어떻게 만드는지 나원..
본문
댓글 전체
오.. 방금 그 홈페이지 메뉴 스샷도 추가시켰는데 덧글에 홈페이지 주소가.. ㅡ_ㅡa
그 사이트를 둘러보지 않아서 몰랐는데 에제가 있습니꽝? 살펴봐야겠군요~ ㄳ
그 사이트를 둘러보지 않아서 몰랐는데 에제가 있습니꽝? 살펴봐야겠군요~ ㄳ

블루비에 예제 소스 많긴해요.. 자주이용함.

있다고 확신은 못하지만 비슷한 예제는 많이 있을겁니다.. 비슷한거 몇개 본 기억이.. ;ㅁ;
찾아보니 트리메뉴가 다 비슷비슷 하더군요.
<html>
<head>
<title>Destroydrop » Javascripts » Tree</title>
<link rel="StyleSheet" href="http://www.blueb.co.kr/SRC/javascript/js/dtree.css" type="text/css" />
<script type="text/javascript" src="http://www.blueb.co.kr/SRC/javascript/js/dtree.js"></script>
</head>
<body>
<div class="dtree">
<p><a href="javascript: d.openAll();">open all</a> | <a href="javascript: d.closeAll();">close all</a></p>
<script type="text/javascript">
<!--
d = new dTree('d');
d.add(0,-1,'My example tree');
d.add(1,0,'Node 1','example01.html');
d.add(2,0,'Node 2','example01.html');
d.add(3,1,'Node 1.1','example01.html');
d.add(4,0,'Node 3','example01.html');
d.add(5,3,'Node 1.1.1','example01.html');
d.add(6,5,'Node 1.1.1.1','example01.html');
d.add(7,0,'Node 4','example01.html');
d.add(8,1,'Node 1.2','example01.html');
d.add(9,0,'My Pictures','example01.html','Pictures I\'ve taken over the years','','','http://www.blueb.co.kr/SRC/javascript/image/treeicon1/imgfolder.gif');
d.add(10,9,'The trip to Iceland','example01.html','Pictures of Gullfoss and Geysir');
d.add(11,9,'Mom\'s birthday','example01.html');
d.add(12,0,'Recycle Bin','example01.html','','','http://www.blueb.co.kr/SRC/javascript/image/treeicon1/trash.gif');
document.write(d);
//-->
</script>
</div>
<p><a href="mailto:drop@destroydrop.com">©2002-2003 Geir Landrö</a></p>
</body>
</html>
탐색기 같은 트리메뉴 인데.
문제는 수동으로 이름과 경로를 설정 해줘야 한다는거.
d.add(1,0,'Node 1','example01.html');
이런 부분 안에 php변수명을 집어 넣어도 잘 돌아가나요?
해봐야지..
<html>
<head>
<title>Destroydrop » Javascripts » Tree</title>
<link rel="StyleSheet" href="http://www.blueb.co.kr/SRC/javascript/js/dtree.css" type="text/css" />
<script type="text/javascript" src="http://www.blueb.co.kr/SRC/javascript/js/dtree.js"></script>
</head>
<body>
<div class="dtree">
<p><a href="javascript: d.openAll();">open all</a> | <a href="javascript: d.closeAll();">close all</a></p>
<script type="text/javascript">
<!--
d = new dTree('d');
d.add(0,-1,'My example tree');
d.add(1,0,'Node 1','example01.html');
d.add(2,0,'Node 2','example01.html');
d.add(3,1,'Node 1.1','example01.html');
d.add(4,0,'Node 3','example01.html');
d.add(5,3,'Node 1.1.1','example01.html');
d.add(6,5,'Node 1.1.1.1','example01.html');
d.add(7,0,'Node 4','example01.html');
d.add(8,1,'Node 1.2','example01.html');
d.add(9,0,'My Pictures','example01.html','Pictures I\'ve taken over the years','','','http://www.blueb.co.kr/SRC/javascript/image/treeicon1/imgfolder.gif');
d.add(10,9,'The trip to Iceland','example01.html','Pictures of Gullfoss and Geysir');
d.add(11,9,'Mom\'s birthday','example01.html');
d.add(12,0,'Recycle Bin','example01.html','','','http://www.blueb.co.kr/SRC/javascript/image/treeicon1/trash.gif');
document.write(d);
//-->
</script>
</div>
<p><a href="mailto:drop@destroydrop.com">©2002-2003 Geir Landrö</a></p>
</body>
</html>
탐색기 같은 트리메뉴 인데.
문제는 수동으로 이름과 경로를 설정 해줘야 한다는거.
d.add(1,0,'Node 1','example01.html');
이런 부분 안에 php변수명을 집어 넣어도 잘 돌아가나요?
해봐야지..
안된다.. OTL 이런.. 되면 좋을텐데.. 질문게시판에 도움을 청하러.. ;;
웹에서 하니 되는군요.
php가 웹에서만 돌아간다는 언어라는 기본적인 사실을 망각하고 있는 멍청이.. OTL

웹에서 하니 되는군요.
php가 웹에서만 돌아간다는 언어라는 기본적인 사실을 망각하고 있는 멍청이.. OTL

블루비가 최거~

전 첨 듣네요 ㅋ

음... 디자인 깔쌈하네요 위에꺼.. 움....