묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판을 index로 할려는데
2003.03.16 11:56
하나의 게시판을
ex) http://zyint.gana4u.co.kr/zboard/zboard.php?id=free
index로 할려고 하는데 어떻게 해야하나요?
ex) http://zyint.gana4u.co.kr/zboard/zboard.php?id=free
index로 할려고 하는데 어떻게 해야하나요?
댓글 2
-
최효범
2003.03.16 13:05
-
soul
2003.03.16 20:48
방법 4. 인덱스 페이지에 인클루드문으로 게시판을 삽입한다.
<? include "http://zyint.gana4u.co.kr/zboard/zboard.php?id=free"; ?>
<head>
<meta http-equiv="refresh" content="0;url=http://zyint.gana4u.co.kr/zboard/zboard.php?id=free">
</head>
방법 2.
<body>
<iframe frameborder="0" width="100%" height="100%" src="http://zyint.gana4u.co.kr/zboard/zboard.php?id=free"></iframe>
</body>
방법 3.
일반적인 프레임 기술을 이용한다.