묻고답하기

메뉴를 누르면 페이지가 하나씩 밀리듯이 옮겨가는 페이지인데요
노프레임으로 만드려고 하거든요
그래서 게시판에다 헤더와 푸터를 넣었거든요
그런데 다른 게시판으로 넘어가니까 헤더와 푸터를 어떻게 넣어야 할지 모르겠어요
헤더는
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>노프레임홈페이지</title>
<meta name="generator" content="Namo WebEditor v5.0">
<script language="JavaScript">
<!--
function na_restore_img_src(name, nsdoc)
{
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img && img.altsrc) {
    img.src    = img.altsrc;
    img.altsrc = null;
  }
}

function na_preload_img()
{
  var img_list = na_preload_img.arguments;
  if (document.preloadlist == null)
    document.preloadlist = new Array();
  var top = document.preloadlist.length;
  for (var i=0; i < img_list.length; i++) {
    document.preloadlist[top+i]     = new Image;
    document.preloadlist[top+i].src = img_list[i+1];
  }
}

function na_change_img_src(name, nsdoc, rpath, preload)
{
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img) {
    img.altsrc = img.src;
    img.src    = rpath;
  }
}

// -->
</script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" OnLoad="na_preload_img(false, 'http://comdosa.com/momenent/peri/images/menu11.gif', 'http://comdosa.com/momenent/peri/images/menu22.gif', 'http://comdosa.com/momenent/peri/images/menu33.gif', 'http://comdosa.com/momenent/peri/images/menu44.gif', 'http://comdosa.com/momenent/peri/images/menu55.gif', 'http://comdosa.com/momenent/peri/images/menu66.gif');">
<p align="center"> </p>
<p align="center"> </p>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="651" height="230" style="border-width:1pt; border-color:blue; border-style:solid;">
    <tr>
        <td width="651" height="200">
            <p><iframe src="http://comdosa.com/momenent/peri/top.htm" width=650 height=200 frameborder="0" name="iscrollx" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
        </td>
    </tr>
    <tr>
        <td width="651" height="30">
            <p><a href="http://comdosa.com/momenent/bbs/zboard.php?id=page2" OnMouseOut="na_restore_img_src('main', 'document')" OnMouseOver="na_change_img_src('main', 'document', 'http://comdosa.com/momenent/peri/images/menu11.gif', true);"><img src="http://comdosa.com/momenent/peri/images/menu1.gif" width="109" height="30" border="0" name="main"></a><a href="javascript:scrollit(650);" OnMouseOut="na_restore_img_src('board', 'document')" OnMouseOver="na_change_img_src('board', 'document', 'http://comdosa.com/momenent/peri/images/menu22.gif', true);"><img src="http://comdosa.com/momenent/peri/images/menu2.gif" width="108" height="30" border="0" name="board"></a><a href="javascript:scrollit(1300);" OnMouseOut="na_restore_img_src('image', 'document')" OnMouseOver="na_change_img_src('image', 'document', 'http://comdosa.com/momenent/peri/images/menu33.gif', true);"><img src="http://comdosa.com/momenent/peri/images/menu3.gif" width="108" height="30" border="0" name="image"></a><a href="javascript:scrollit(1950);" OnMouseOut="na_restore_img_src('guest', 'document')" OnMouseOver="na_change_img_src('guest', 'document', 'http://comdosa.com/momenent/peri/images/menu44.gif', true);"><img src="http://comdosa.com/momenent/peri/images/menu4.gif" width="108" height="30" border="0" name="guest"></a><a href="javascript:scrollit(2600);" OnMouseOut="na_restore_img_src('master', 'document')" OnMouseOver="na_change_img_src('master', 'document', 'http://comdosa.com/momenent/peri/images/menu55.gif', true);"><img src="http://comdosa.com/momenent/peri/images/menu5.gif" width="108" height="30" border="0" name="master"></a><a href="javascript:scrollit(3250);" OnMouseOut="na_restore_img_src('link', 'document')" OnMouseOver="na_change_img_src('link', 'document', 'http://comdosa.com/momenent/peri/images/menu66.gif', true);"><img src="http://comdosa.com/momenent/peri/images/menu6.gif" width="109" height="30" border="0" name="link"></a></p>
        </td>
    </tr>
</table>
<p style="border-collapse:collapse;" align="center">
푸터는
</p>
</body>

</html>
이거거든요
다른 페이지에도 이렇게 넣으니까
보이는 이미지가 똑같더라구요
게시판1이미지가 /image1.jpg
게시판2이미지가 /image2.jpg
이런식이거든요
그래서 다르게 보여야 하거든요
어떻게 해야 하나요??
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
허헣 new 아이콘이 한 줄 내려가서 있어요 ㅠㅠ [3] file 2014.11.17 by DoorWeb
도메인8295 서브도메인과 회원 연동?  
김타조알 공모전 웹 템플릿은 다운받을 수 없을까요.. [1] 2014.11.17 by DoorWeb
헤헤뀨뀨 회원정보 보기가 글자가 깨집니다 ㅠㅠ  
신성3014 mysql로 회원 대량입력시 password 문제 간절한 도움 청합니다ㅠ  
이제스타트 모니터 해상도 고정폭 어디까지 지원하세요? [5] 2014.11.17 by Double'U'
레몬도리 서버 이전  
namhys 레이아웃 좀 알려주세요 [3] 2014.11.17 by 몽실아빠
가필드3D Home 메뉴의 페이지 수정 문제 [1] 2014.11.17 by 가필드3D
PKSPKS 댓글을 안나오게 하고싶습니다. [3] 2014.11.17 by 돼지코구뇽
립샤 메인메뉴를 중간으로 정렬시키려면 [2] 2014.11.17 by 돼지코구뇽
KCEli XE 1.4.5.7 errors after host PHP 5.3 upgrade [5] 2014.11.17 by KCEli
Onix 잘못된 비밀번호등 로그인 위젯 경고 css 변경방법이 궁금합니다. [2] file 2014.11.17 by Onix
oooooo 서버 이관 관련..  
richardhj 가입환영 메일은 어떻게 보내죠? [2] 2014.11.17 by richardhj
모해 htaccess를 이용한 리다이렉팅 질문.. [1] 2014.11.17 by 외인
노에르 CloudFlare를 사용시 XE 관련 이슈.. 문의 [2] 2014.11.17 by 노에르
가르송 스케치북 게시판 비밀글이요 ㅠㅠ [2] 2014.11.17 by 외인
쫑효다컴 로그인 방식 - 아이디, 이메일 이 선택을 어디서 하죠? [2] 2014.11.17 by 쫑효다컴
NSER_덴버 문서권한애드온을 사용하고 싶은데 방법이 없을까요? [1] 2014.11.17 by sejin7940