iframe으로 최근글 불러오기에서 문제가... > 그누4 질문답변

그누4 질문답변

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

iframe으로 최근글 불러오기에서 문제가... 정보

질문 iframe으로 최근글 불러오기에서 문제가...

본문

먼저 소스부터 ..

1) index.php::
<!-- 메인화면 최신글 시작 -->
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>
<?
include ("./index1.php"); }
?>
</td></tr></table>
<!-- 메인화면 최신글 끝 -->

<?
include_once("$g4[path]/tail.php");
?>

2) index1.php::

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>

<IFRAME SRC="./index2.php" width=724 height= 750 marginwidth= 0 marginheight= 0 frameborder="no" name="test"></IFRAME>

3) index2.php::

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("../lib/latest.lib.php");
?>
<!-- 메인화면 최신글 시작 -->
<table border="0" width="100%" id="noti" cellpadding=0 cellspacing=0>
<tr>
        <td width="600" height="34%" valign="top">
<?=latest("latest",test", 5, 70) ?>
        </td>
</tr>
</table>
<!-- 메인화면 최신글 끝 -->

이렇게 작성한후, 웹으로 돌리면,
익스에서는 아무것도 안보이고, 소스보기로 보면, 최근글 자리에
<IFRAME SRC="./index2.php" width=724 height= 750 marginwidth= 0 marginheight= 0 frameborder="no" name="test"></IFRAME>
요거만 달랑 나옵니다.

뭐가 잘못된걸까요?

도움바랍니다.

댓글 전체

<?
// 상대 경로
$g4_path = "."; // g4 사용을 위해서 반드시 추가
include_once("$g4_path/common.php");
include_once("$g4[path]/lib/latest.lib.php");

$g4[title] = "";
include_once("$g4[path]/head.php");
?>




<!--메인시작-->
      <table width="606" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="310" height="158" align="left" valign="top">
<table cellpadding="0" cellspacing="0" width="300" height="56">
<tr>
<td width="300" height="34" align="left">
                                    <p><img src="<?=$g4[path]?>/images/main/latest_ba02.gif" width="294" height="40" border="0"></p>
</td>
</tr>
<tr>
<td width="300" height="120">
                                    <?=latest("g_latest", gallery, 4, 5);?>
</td>
</tr>
</table>
</td>
          <td width="296" height="158" align="left">
<table width="278" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="278" height="34" valign="top">
                                    <p><img src="<?=$g4[path]?>/images/main/latest_ba03.gif" width="287" height="40" border="0"></p>
 </td>
      </tr>
      <tr>
        <td width="278" height="120" valign="top">
                                    <?=latest("basic", gallery, 4, 30);?>
 </td>
      </tr>
    </table> </td>
        </tr>
      </table> 
      <!--메인 마무리-->

<?
include_once("$g4[path]/tail.php");
?>

잘은 모르지만 참고 하세요
전체 66,554 |RSS
그누4 질문답변 내용 검색

회원로그인

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