다시 한번 질문드립니다. > 그누4 질문답변

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

다시 한번 질문드립니다. 정보

다시 한번 질문드립니다.

본문

http://www.samsungfund.com  여기 사이트에  전체메뉴보기 클릭시에 나오는 팝업창

이런식으로 깔끔하게 나오게 하려면 그리고 위치를 내가 원하는 위치로 정해주고 싶은데

어떤 스크립트를 어떻게 적용 해야 하나요?

일반 팝업창은 상단바나 이런것들이 나온는데 여긴 깨끗하게 페이지만 나오죠..

이런식으로 저도 전체메뉴보기 할려고 하는데 어떻게 해야하는지요?????

아시는 고수분들 있으시면 제발 부탁드려요.....

댓글 전체

<div id="fullmenu" style="position:absolute; left:146px; top:0;  border-left:1px solid #5e5e5e; width:400; height:200; display:none">  메뉴 테이블

<a href="#" onclick="document.getElementById('fullmenu').style.display='none'">닫기</a>
</div>


<a href="#" onclick="document.getElementById('fullmenu').style.display='block'">
전체보기
</a>

이런식
관련 .js 파일을 열어서 보시면 되잖아요. 기능은 .js, 디자인은 .css 에 들어있습니다.

function locationCheck( Dep1, Dep2, Dep3 ){

var returnPram = "";
var oneDepthName = new Array();
var twoDepthName = new Array();
var threeDepthName = new Array();
var home = "<a href='"+urlpath+"'>HOME</a>";

oneDepthName['1'] = "<a href=javascript:GoMenu('m01')>국내펀드</a>";
oneDepthName['2'] = "<a href=javascript:GoMenu('m02')>해외펀드</a>";
oneDepthName['3'] = "<a href=javascript:GoMenu('m03')>인덱스펀드</a>";
oneDepthName['4'] = "<a href=javascript:GoMenu('m04')>시장전망</a>";
oneDepthName['5'] = "<a href=javascript:GoMenu('m05')>투자자교육</a>";
oneDepthName['6'] = "<a href=javascript:GoMenu('m06')>회사소개</a>";
oneDepthName['7'] = "<a href=javascript:GoMenu('m07')>고객센터</a>";
oneDepthName['8'] = "<a href=javascript:GoMenu('m08')>My Page</a>";
oneDepthName['9'] = "<a href=#none>UTIL</a>";//유틸-로그인/회원가입/사이트맵
oneDepthName['10'] = "<a href=javascript:GoMenu('m1001')>검색</a>";
oneDepthName['11'] = "<a href=javascript:GoMenu('m11')>동영상ZONE</a>";
oneDepthName['12'] = "<a href=#none>기타</a>";//이용약관/개인정보취급방침/금융감독원
oneDepthName['13'] = "<a href=javascript:GoMenu('m13')>포트폴리오 설계</a>";//이용약관/개인정보취급방침/금융감독원
oneDepthName['16'] = "<a href=javascript:GoMenu('m16')>특화펀드</a>";//이용약관/개인정보취급방침/금융감독원
if((Dep1 !="0") && (Dep2 =="0") && (Dep3=="0")){
returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+"</div>";
return returnPram ;
}

if(Dep1 =="1"){//국내펀드
twoDepthName['1'] = "대표상품";
twoDepthName['2'] = "추천상품";
twoDepthName['3'] = "<a href=javascript:GoMenu('m0103')>특화상품</a>";
twoDepthName['4'] = "전체운용상품";
twoDepthName['5'] = "위험-수익 MAP";
twoDepthName['6'] = "펀드매니저 소개";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="2"){//해외펀드
twoDepthName['1'] = "<a href=javascript:GoMenu('m0201')>해외펀드 소개</a>";
twoDepthName['2'] = "대표상품";
twoDepthName['3'] = "추천상품";
twoDepthName['4'] = "전체운용상품";
twoDepthName['5'] = "해외운용사";
twoDepthName['6'] = "위험-수익 MAP";
twoDepthName['7'] = "펀드매니저 소개";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="3"){//인덱스펀드
twoDepthName['1'] = "인덱스펀드란";
twoDepthName['2'] = "왜 인덱스펀드인가";
twoDepthName['3'] = "투자방법 및 유의사항";
twoDepthName['4'] = "인덱스펀드 상품소개";
twoDepthName['5'] = "리포트&동영상";
twoDepthName['6'] = "펀드매니저 소개";
twoDepthName['7'] = "삼성 인덱스펀드만의 강점";
returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="4"){//시장전망
twoDepthName['1'] = "최신펀드뉴스";
twoDepthName['2'] = "이슈리포트";
twoDepthName['3'] = "주식시장전망";
twoDepthName['4'] = "채권시장전망";
twoDepthName['5'] = "해외시장정보";
twoDepthName['6'] = "해외주요시장지수 및 환율";
twoDepthName['7'] = "해외파생펀드정보";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="5"){//투자자교육
twoDepthName['1'] = "투자자교육 소식";
twoDepthName['2'] = "펀드스쿨";
twoDepthName['3'] = "<a href=javascript:GoMenu('m0503')>자산배분스쿨</a>";
twoDepthName['4'] = "<a href=javascript:GoMenu('m0504')>펀드가이드북</a>";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="6"){//회사소개
twoDepthName['1'] = "<a href=javascript:GoMenu('m0601')>회사개요</a>";
twoDepthName['2'] = "<a href=javascript:GoMenu('m0602')>비전 및 사업원칙</a>";
twoDepthName['3'] = "관리자산";
twoDepthName['4'] = "재무상황";
twoDepthName['5'] = "<a href=javascript:GoMenu('m0605')>운용프로세스</a>";
twoDepthName['6'] = "<a href=javascript:GoMenu('m0606')>위험관리체계</a>";
twoDepthName['7'] = "임원진 소개";
twoDepthName['8'] = "투자전략팀";
twoDepthName['9'] = "<a href=javascript:GoMenu('m0609')>채용</a>";
twoDepthName['10'] = "<a href=javascript:GoMenu('m0610')>윤리경영</a>";
twoDepthName['11'] = "<a href=javascript:GoMenu('m0611')>CEO 소개</a>";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="7"){//고객센터
twoDepthName['1'] = "공지사항";
twoDepthName['2'] = "공시";
twoDepthName['3'] = "FAQ";
twoDepthName['4'] = "Q&A";
twoDepthName['5'] = "<a href=javascript:GoMenu('m070501')>이용안내</a>";
twoDepthName['6'] = "<a href=javascript:GoMenu('m070601')>펀드가입안내</a>";
twoDepthName['7'] = "설문조사";
twoDepthName['8'] = "뉴스레터";
twoDepthName['9'] = "이벤트";
twoDepthName['10'] = "재테크달인";
twoDepthName['11'] = "상품리플렛";
returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="8"){//My Page
twoDepthName['1'] = "MY 펀드";
twoDepthName['2'] = "MY 포트폴리오설계";
twoDepthName['3'] = "MY 펀드스쿨";
twoDepthName['4'] = "MY 자산배분스쿨";
twoDepthName['5'] = "MY 이벤트";
twoDepthName['6'] = "MY Q&A";
twoDepthName['7'] = "회원정보수정";
twoDepthName['8'] = "회원탈퇴";

twoDepthName['9'] = "법인펀드투자현황";//법인
twoDepthName['10'] = "MY 관심펀드";//판매사
twoDepthName['11'] = "판매펀드";//판매사
twoDepthName['12'] = "판매지원자료";//판매사-삭제
twoDepthName['13'] = "MY 가이드북";//판매사
twoDepthName['14'] = "MY 재테크달인";//재테크달인

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="9"){//유틸-로그인/회원가입/사이트맵
twoDepthName['1'] = "로그인";
twoDepthName['2'] = "회원가입";
twoDepthName['3'] = "사이트맵";

returnPram = "<div class='location'>"+home+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="10"){//검색
twoDepthName['1'] = "통합검색";
twoDepthName['2'] = "상품검색";
twoDepthName['3'] = "맞춤검색";
twoDepthName['4'] = "기준가/수익률 조회";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="11"){//동영상ZONE
twoDepthName['1'] = "상품정보";
twoDepthName['2'] = "투자교육";
twoDepthName['3'] = "퇴직연금";
twoDepthName['4'] = "어린이 눈높이 교육";
returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="12"){//기타
twoDepthName['1'] = "이용약관";
twoDepthName['2'] = "개인정보처리방침(고객)";
twoDepthName['3'] = "개인정보처리방침(채용/인사)";
twoDepthName['6'] = "영상정보처리기기 운영/관리방침";
twoDepthName['4'] = "고객권리 안내문";

returnPram = "<div class='location'>"+home+" > "+twoDepthName[Dep2]+"</div>";

}else if(Dep1 =="13"){//포트폴리오 설계
twoDepthName['1'] = "목돈 운용하기";
twoDepthName['2'] = "적립식 투자하기";
twoDepthName['3'] = "펀드 먼저 고르기";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}
else if(Dep1 =="16"){//포트폴리오 설계
twoDepthName['1'] = "세제혜택 펀드";
twoDepthName['2'] = "엄브렐러 펀드";
twoDepthName['3'] = "ELS펀드(ELF)";
twoDepthName['4'] = "ETF";
twoDepthName['5'] = "투자자문 서비스";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+"</div>";

}

if((Dep1=="1") && (Dep2=="3") && (Dep3!="0")){
threeDepthName[1] = "Life Cycle 펀드";
threeDepthName[2] = "비과세/세금우대 펀드";
threeDepthName[3] = "ELS 펀드";
threeDepthName[4] = "엄브렐러 펀드";
threeDepthName[5] = "투자자문";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="2") && (Dep2=="1") && (Dep3!="0")){
threeDepthName[1] = "해외펀드란?";
threeDepthName[2] = "해외펀드 운용방법";
threeDepthName[3] = "투자시 유의할 점";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="3") && (Dep2=="4") && (Dep3!="0")){
threeDepthName[1] = "온라인 전용 펀드";
threeDepthName[2] = "대표 인덱스펀드";
threeDepthName[3] = "글로벌엄브렐러 펀드";
threeDepthName[4] = "스타일 인덱스펀드";
threeDepthName[5] = "전체운용상품";
returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="5") && (Dep2=="3") && (Dep3!="0")){
threeDepthName[1] = "자산배분 전략";
threeDepthName[2] = "펀드 종류";
threeDepthName[3] = "펀드 수익률과 위험";
threeDepthName[4] = "펀드 비용과 세금";
threeDepthName[5] = "펀드 등급과 활용법";
threeDepthName[6] = "펀드 선택과 주의할 점";
threeDepthName[7] = "적립식펀드투자 이해";
threeDepthName[8] = "펀드 위험관리전략";
threeDepthName[9] = "펀드 FAQ";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="5") && (Dep2=="4") && (Dep3!="0")){
threeDepthName[1] = "펀드 컨설팅 기초";
threeDepthName[2] = "펀드 판매 준비";
threeDepthName[3] = "펀드 가입권유";
threeDepthName[4] = "좋은 펀드 고르는 방법";
threeDepthName[5] = "펀드 유형별 키포인트";
threeDepthName[6] = "시장상황별 펀드 관리";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="6") && (Dep2=="1") && (Dep3!="0")){
threeDepthName[1] = "개요";
threeDepthName[2] = "연혁";
threeDepthName[3] = "조직도";
threeDepthName[4] = "금융계열사";
threeDepthName[5] = "약도";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="6") && (Dep2=="2") && (Dep3!="0")){
threeDepthName[1] = "사업원칙";
threeDepthName[2] = "사업비전";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="6") && (Dep2=="5") && (Dep3!="0")){
threeDepthName[1] = "운용철학";
threeDepthName[2] = "주식운용 프로세스";
threeDepthName[3] = "채권운용 프로세스";
threeDepthName[4] = "인덱스펀드운용 프로세스";
threeDepthName[5] = "해외투자 프로세스";
threeDepthName[6] = "부동산운용 프로세스";
threeDepthName[7] = "리서치 조직";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="6") && (Dep2=="6") && (Dep3!="0")){
threeDepthName[1] = "위험관리 프로세스";
threeDepthName[2] = "컴플라이언스";
threeDepthName[3] = "위험관리 시스템";
threeDepthName[4] = "위험관리맵";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="6") && (Dep2=="9") && (Dep3!="0")){
threeDepthName[1] = "채용안내";
threeDepthName[2] = "인재상";
threeDepthName[3] = "인사제도";
threeDepthName[4] = "직무소개";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="6") && (Dep2=="10") && (Dep3!="0")){
threeDepthName[1] = "경영원칙";
threeDepthName[2] = "공정거래 자율준수";
threeDepthName[3] = "부정제보";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="6") && (Dep2=="11") && (Dep3!="0")){
threeDepthName[1] = "CEO 인사말";
threeDepthName[2] = "주요 약력";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="7") && (Dep2=="5") && (Dep3!="0")){
threeDepthName[1] = "회원서비스";
threeDepthName[2] = "검색서비스";
threeDepthName[3] = "상품 상세페이지";
threeDepthName[4] = "포트폴리오 설계";
threeDepthName[5] = "금융계산기";
threeDepthName[6] = "투자자교육";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="7") && (Dep2=="6") && (Dep3!="0")){
threeDepthName[1] = "펀드가입안내";
threeDepthName[2] = "판매사안내";
threeDepthName[3] = "뮤추얼펀드 판매계약서";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="8") && (Dep2=="1") && (Dep3!="0")){
threeDepthName[1] = "가입펀드";
threeDepthName[2] = "관심펀드";
threeDepthName[3] = "추천펀드";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="8") && (Dep2=="3") && (Dep3!="0")){
threeDepthName[1] = "학습진도";
threeDepthName[2] = "학습성적";
threeDepthName[3] = "퀴즈레벨";
threeDepthName[4] = "경품보기";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="8") && (Dep2=="4") && (Dep3!="0")){
threeDepthName[1] = "학습진도";
threeDepthName[2] = "책갈피";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="8") && (Dep2=="11") && (Dep3!="0")){
threeDepthName[1] = "판매상품 현황";
threeDepthName[2] = "MMF 괴리율";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="8") && (Dep2=="13") && (Dep3!="0")){
threeDepthName[1] = "학습진도";
threeDepthName[2] = "책갈피";

returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";

}else if((Dep1=="8") && (Dep2=="14") && (Dep3!="0")){
threeDepthName[1] = "재테크달인 가이드";
threeDepthName[2] = "신청하기";
threeDepthName[3] = "수익률현황";
threeDepthName[4] = "전환하기";
returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";
}else if((Dep1=="16") && (Dep2=="01") && (Dep3!="0")){
threeDepthName[1] = "장기 회사채 펀드";
threeDepthName[2] = "적립식 주식형 펀드";
threeDepthName[3] = "장기주택 마련 펀드";
threeDepthName[4] = "연금저축 펀드";
threeDepthName[5] = "전체 운용상품";
returnPram = "<div class='location'>"+home+" > "+oneDepthName[Dep1]+" > "+twoDepthName[Dep2]+" > "+threeDepthName[Dep3]+"</div>";
}


return returnPram ;
}

///////  VIEW ///////
function currentPage(){
document.write(locationCheck( Dep1, Dep2, Dep3 ));
}
.js나 .css는 어떻게 가져와서 볼수 있나요?

이건 소스보기에서도 공개되어 있지 않은데...
요즘 사이트 긁어오는 프로그램도 되는게 없던데요..
크롬이란 브라우저가 있어요.  모르실지도 모르는데, 구글이란 회사에서 만든 모질라 기반 브라우저에요.  크롬보단 더 기능 좋은건 Firefox 라고 있구요.

크롬은 그냥 쓰셔도 되고, Firefox 는 firebug 다셔서 쓰시면 됩니다.

음... 저 여기 처음와서 소스보기하는데 .js 가 안보여요 하길레 무슨 소리인지 이해를 못했었슴돠.

소스보기 하는데 js 가 왜 안보여?  이러고 봤더니 IE 에서 소스보기를 한단 얘기었어요. ㅋㅋㅋ

컴퓨터 사용좀 하시는 분이시라면 IE 쓰면 안되죠... 미국에서는 IE 쓴다고 하면 ㅂ ㅅ 인증하는건데.....

크롬은 mod 하시면 php 도 긁어올수 있어요.. -..-;;  아니면 책가방 5 (요건 작년 8월 버전업된 해킹툴) 메고 사이트 들어가셔도 php, jsp 긁어 오실 수 있구요.  책가방 단점은 소스 긁어올때 관리자 ID 랑 비번, 회원 비번도 같이 딸려 나와서.. 그게 좀 않좋더라구요.
그렇군요 바보인증하는 꼴이되었지만 그래도 모르는것은 배워야죠 흑흑..
그래도 아직까진 사이트들이 IE위주로 제작되서 크롬이나 파폭에서 깨지는
부분이 많아서 IE로 사용하게되더군요

답변감사드립니다
전체 5 |RSS
그누4 질문답변 내용 검색
  • 개별 목록 구성 번호 제목 작성자 작성일 조회
  • 게시물이 없습니다.

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT