묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
프레임 제어하는거
2003.07.15 10:00
http://ad.ohcorea.com/frame/open.asp?url=http://www.daum.net/&frame=none예를들어
----------
| 1 |
-----------
| |
| 2 |
| |
-----------
http://test.com/open.php?홈페이지 주소
이런식으로 입력하면요 1번은 항상고정됀 페이지가 뜨구요
2번에는 입력한 홈페이지 수소가 아래 프래음으로 들어가게 하고싶은데 소스좀
구연해주세요 부탁드려요
예제
http://ad.ohcorea.com/frame/open.asp?url=http://www.daum.net/&frame=none
----------
| 1 |
-----------
| |
| 2 |
| |
-----------
http://test.com/open.php?홈페이지 주소
이런식으로 입력하면요 1번은 항상고정됀 페이지가 뜨구요
2번에는 입력한 홈페이지 수소가 아래 프래음으로 들어가게 하고싶은데 소스좀
구연해주세요 부탁드려요
예제
http://ad.ohcorea.com/frame/open.asp?url=http://www.daum.net/&frame=none
호출은 open.php?url=불러올주소 의 형식으로 하면되구요..
<frameset rows=30,* cols=1* border=0>
<frame name=top src="상단에불러질문서경로" noresize>
<frame name=bottom src="<?=$url?>"noresize>
<noframes>
<p> </p>
</noframes>
</frameset>