맨위로
믹시

탭메뉴(자바스크립트 응용)

Javascript 조회 수 12183 추천 수 0 2008.07.28 12:19:42
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script language="javascript" type="text/javascript">
function nTabA(num) {
    var nTabAs = "nTabA0"+num;
    for(i=1;i<4;i++){
        var nTabAnum = "nTabA0"+i;
        document.getElementById(nTabAnum).style.display="none";
    }
    document.getElementById(nTabAs).style.display="block";
}
</script>
</head>


<body>




<div class="pag">
<a href="javascript:nTabA(1);">1</a>
<a href="javascript:nTabA(2);">2</a>
<a href="javascript:nTabA(3);">3</a>
</div>



<div id="nTabA01" style="display:block;">
111
</div>

<div id="nTabA02" style="display:none;">
222
</div>

<div id="nTabA03" style="display:none;">
333
</div>
</body>
</html>
List of Articles
번호 제목 글쓴이 날짜 조회 수 최근 수정일
공지 Windows 웹개발관련 팁,소스등을 모아놓은곳입니다. file id: 김선생 2006-03-09 86388 2011-02-01 23:57

Javascript 따라다니는 스크롤 탑 버튼 스크립트 file

<script type="text/javascript"> //퀵탑 동작 var inter = null; var tempo = 0; var QuicknewPos = 0; window.onscroll = function(){ if(document.getElementById("divQuickTop") != null){ if(inter!=null){ clearInter...

  • id: 김선생
  • 2008-11-05
  • 조회 수 9580
  • 2011-03-28 16:17

Actionscript 플래쉬 전체모드에서 자동 정렬시키는 스크립트 file

fullmodeAlign.zip fscommand("fullscreen", "true"); Stage.scaleMode = "noScale"; Stage.align = "tl"; _root.skal = 0; speed = 4; onEnterFrame = function(){ // se들이 mc위치로 따라가기 _root.se2._x = _root.se2._x + (...

  • id: 김기현
  • 2008-10-15
  • 조회 수 10072
  • 2008-10-15 14:30

Photo DSLR 셔터음 모음 file

  • id: 김기현
  • 2008-08-29
  • 조회 수 11550
  • 2008-08-29 17:27

Photo 디자탈카메라 이미지센서크기비교 file

http://news.danawa.com/News_List_View.php?nModeC=2&sMode=news&nSeq=58706&auth=1

  • id: 김기현
  • 2008-08-27
  • 조회 수 10119
  • 2008-08-27 21:27

Photo IMGWizard 느낌있는 색감의 사진 너무 쉽게 적용하기 file

요즘 우리쌍둥이들 사진 보정법을 알려드리려합니다. 간단하면서 언제든지 수정가능하게 된 PSD 파일 하나만 있으면 돼죠.. 먼저 아래 완성본 원본 첨부된 PSD 파일보시면 끝입니다. ㅋㅋ IMGWizard.psd 레이어팔레트 아래 아이...

  • id: 김기현
  • 2008-08-21
  • 조회 수 8942
  • 2008-08-23 12:46

Actionscript 플래쉬상에 스크롤바 file

aboutFlo.fla

  • id: 김기현
  • 2008-08-04
  • 조회 수 10771
  • 2009-05-21 02:24

Javascript 탭메뉴(자바스크립트 응용) file

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="tex...

  • id: 김기현
  • 2008-07-28
  • 조회 수 12183
  • 2009-07-21 10:35

Windows Windows Server 2003 서비스 팩 2(32-bit x86) file

Windows Server 2003 서비스 팩 2 다운로드링크 http://www.microsoft.com/downloads/details.aspx?FamilyID=95ac1610-c232-4644-b828-c55eec605d55&DisplayLang=ko

  • id: 김기현
  • 2008-07-08
  • 조회 수 8524
  • 2008-07-08 10:24

Windows 파이어폭스3 부가기능모음 file

firegestures-1.5.1-fx.xpi http://www.xuldev.org/firegestures/ <= 마우스액션도구 xmarks-3.1.1.xpi http://download.xmarks.com/download <= 북마크를 서버와동기화하는도구 ie_tab-1.5.20090525-fx-win.xpi <= 익스플로러로 랜더링하는 ...

  • id: 김기현
  • 2008-06-25
  • 조회 수 17769
  • 2009-07-22 09:12

HTML/CSS marquee 태그 속성정리 file

모두 마끼태그의 속성들입니다. 마끼대그는 흐르는 글자를 만들어주는 태그이지요. 그냥 <MARQUEE>흘러라</MARQUEE>라고 쓰면 오른쪽에서 왼쪽으로 계속해서 흐릅니다. 흘러라 이것의 모양을 바꾸어주는 태그들입니다. 1. slide ...

  • id: 김기현
  • 2008-06-03
  • 조회 수 9814
  • 2009-05-21 02:17