아이프레임에 최근게시물을 적용시킬수 있나요 > 그누4 질문답변

그누4 질문답변

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

아이프레임에 최근게시물을 적용시킬수 있나요 정보

아이프레임에 최근게시물을 적용시킬수 있나요

본문

아래의 아이프레임 에  최근게시물을 적용시킬수 있나요
<div id=Layer1 style="Z-INDEX: 1; POSITION: absolute; TOP:165px; WIDTH: 100%; height: 100%; left: -1px;">
      <table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr align="center">
          <td width="100%" align="center"><iframe src="/gnuboard4/flash/blank.htm" tppabs="" name="inner" id="inner"  width="100%" height="100%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0"  scrolling="no" allowtransparency="true"> </iframe> </td>
        </tr>
      </table>
  </div>

아래의 내용을 위의 iframe에 적용을 시킬수가 있나요.......

          <?
           echo latest("basic", "news", 5, 20); // basic 스킨으로 free 라는 게시판을 출력합니다.
          ?>
  • 복사

댓글 전체

iframe이 가져오는 파일 blank.htm에

<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");

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

필요한파일 include해주시고

        <?
          echo latest("basic", "news", 5, 20); // basic 스킨으로 free 라는 게시판을 출력합니다.
          ?>

넣어주시면 됩니다.
© SIRSOFT
현재 페이지 제일 처음으로