아이프레임에 최근게시물을 적용시킬수 있나요 정보
아이프레임에 최근게시물을 적용시킬수 있나요본문
아래의 아이프레임 에 최근게시물을 적용시킬수 있나요
<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 라는 게시판을 출력합니다.
?>
<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 라는 게시판을 출력합니다.
?>
넣어주시면 됩니다.
<?
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 라는 게시판을 출력합니다.
?>
넣어주시면 됩니다.
EngineMan 님
올치올치............
감솨합니다......
올치올치............
감솨합니다......
감사합니다. 이거보고 잘 적용했습니다. ^^