묻고답하기

요건 php
======================================================================================================
<HTML>
<HEAD>
<TITLE></TITLE>
<? include "top_menu.htm" ?>
<? include "sub_stk_06.htm" ?>
    <td width="508" height="35" align="right">
      <table width="126" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="67"><a href="1041-1.htm" target="ifra" onClick="MM_nbGroup('down','group1','s3menu_01','img/s3menu-on_01.gif',1)" onMouseOver="MM_nbGroup('over','s3menu_01','img/s3menu-on_01.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="img/s3menu_01.gif" name="s3menu_01" width="66" height="23" border="0"></a></td>
          <td width="59"><a href="1041-2.htm" target="ifra" onClick="MM_nbGroup('down','group1','s3menu_02','img/s3menu-on_02.gif',1)" onMouseOver="MM_nbGroup('over'+ '+ ','s3menu_02','img/s3menu-on_02.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="img/s3menu_02.gif" name="s3menu_02" width="59" height="23" border="0"></a></td>
        </tr>
      </table>
    </td>
    </tr>
    <tr>
       <td width="508" height="366">
          <iframe scrolling="auto" src="1041-1.htm" width="508" height="100%" marginheight="0" marginwidth="0" name="ifra"></iframe>
          </td>
    </tr>
    <tr>
      <td width="100%" colspan="2" height="36">
      <? include "bottom.htm" ?>
      </td>
    </tr>
</table>
</BODY>
</HTML>

요건 jsp...
======================================================================================================
<HTML>
<HEAD>
<TITLE></TITLE>
<%@ include file="top_menu.htm" %>
<%@ include file="sub_stk_06.htm" %>
    <td width="508" height="35" align="right">
      <table width="126" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="67"><a href="1041-1.htm" target="ifra" onClick="MM_nbGroup('down','group1','s3menu_01','img/s3menu-on_01.gif',1)" onMouseOver="MM_nbGroup('over','s3menu_01','img/s3menu-on_01.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="img/s3menu_01.gif" name="s3menu_01" width="66" height="23" border="0"></a></td>
          <td width="59"><a href="1041-2.htm" target="ifra" onClick="MM_nbGroup('down','group1','s3menu_02','img/s3menu-on_02.gif',1)" onMouseOver="MM_nbGroup('over','s3menu_02','img/s3menu-on_02.gif','+ '',1)" onMouseOut="MM_nbGroup('out')"><img src="img/s3menu_02.gif" name="s3menu_02" width="59" height="23" border="0"></a></td>
        </tr>
      </table>
    </td>
    </tr>
    <tr>
       <td width="508" height="366">
          <iframe scrolling="auto" src="1041-1.htm" width="508" height="100%" marginheight="0" marginwidth="0" name="ifra"></iframe>
          </td>
    </tr>
    <tr>
      <td width="100%" colspan="2" height="36">
      <%@ include file="bottom.htm" %>
      </td>
    </tr>
</table>
</BODY>
</HTML>

======================================================================================================
다 똑같은데 include 부분만 각자의 소스에 맞게 되어 있거든요.
제가 jsp는 함도 안해봐서... 또 테스트 해 볼 만한 서버가 없어서요.

그럼 답변 부탁드립니다.
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
Rollrang 제 홈페이지가 이상해요ㅠ [1] 2007.08.10
장현웅 새창 띄우는거...꼭 답변좀.. [2] 2007.08.10
플로렐라 PHP관련 몇가지 궁금증 [5] 2007.08.10
송미경 나모에서 .. [1] 2007.08.10
김경애 백업 에러  
노용균 나모웹에서요... [1] 2007.08.10
곽인호 노프레임에서 최근게시물 불러올때...(Html소스입력을 잘못한건지...?) [1] 2007.08.10
나야나^^ http://navyism.com의 nalog와 제로보드의 아웃로그인이 index에서 인클루드될때.. [1] 2007.08.10
윤은정 버튼에서 화면전환시..색이 그대로 있게..  
정성규 노프레임 홈에 bgm 달고 다 좋은데 다시 홈으로 오면 bgm이 하나 덧생기는 현상  
박은주 제로보드가 글쓰기와 수정하기가 안되요.. 왜그럴까요? [2] 2007.08.10
cute 제로카운터에서 30분씩 앞당겨 졌는데 왜 이러져..?ㅠㅠ  
엔젤케이 리니님 노프레임 강좌보고 해봤는데요... [2] 2007.08.10
*ⓟⓞⓟⓞⓡⓘ* 프레임에 관한 질문이요~꼭 답변 부탁드려요~~>ㅁ< [2] 2007.08.10
나야나^^ 슬레이딩레이어 관련질문입니다.. [2] 2007.08.10
stub363 암호화 관련 질문... [3] 2007.08.10
cocoroo asp파일에 인클루드 하는 태그좀 알려주세요~ [1] 2007.08.10
한승혁 서버를 이전했는데요 [1] 2007.08.10
이상규 해킹을 당했습니다. 도와주세요. [4] 2007.08.10
이상규 APM을 회사에서 사용할때 저작권은? [1] 2007.08.10
박군의그녀 폰트 질문이요 [1] 2007.08.10
Yup2.com php관련 질문드립니다...답변 부탁드리요! [2] 2007.08.10
서승준 아래 두 소스가 같은 결과를 나타내나요? (php, jsp)  
koreaP-3000.com php로도 검색로봇을 만드는게 가능한건지  
Homp 노프레임의 홈페이지를 만들고 메뉴 추가나 업데이트 할때요  
전재근 아주 초보적인 session 질문인가요??? [3] 2007.08.10
Anie 프레임을 숨기려면.. (소스있음) [3] 2007.08.10
김경애 DB이전방법 [2] 2007.08.10
양명길 illustrator CS에서여 이전버전의 ai화일로 저장이 안되나여? [2] 2007.08.10
yaho. :-D 백그라운드 이미지 고정 시키는 방법좀.. [1] 2007.08.10