묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
explorer 버전에 따른 iframe 명령어의 변경은 ㅡ.ㅡ
2002.10.09 10:16
explorer 5.0에서는 메뉴를 클릭해도 오른쪽 iframe에 표시가 안됨니다.
explorer 5.5에서는 메뉴를 클릭하면 오른쪽 iframe에 표시가 잘되는데요.
5.0에서도 표시되게 하고 싶은데. 5.0에서는 iframe가 지원이 안되는것 갔지는 않고.
명령이 틀린건지 혹시 아시는 분은 답글 부탁 드립니다.
선언: <iframe name=home_board width="100%" height="100%" frameborder=0 framespacing=0 marginheight=0 marginwidth=0 scrolling=auto vspace=0></iframe>
링크: <li><a href="http://xxxx.xxxx.xxx/zboard/zboard.php?category=3&id=pds_favorites&page=1&page_num=20&sn=off&ss=on&sc=on&keyword=&select_arrange=headnum&desc=asc" target=home_board onfocus="this.blur();" class="leftmenu"><span OnMouseOver="this.style.color='#ffffff'" OnMouseOut="this.style.color=''">홈페이지</span></a></li>
explorer 5.5에서는 메뉴를 클릭하면 오른쪽 iframe에 표시가 잘되는데요.
5.0에서도 표시되게 하고 싶은데. 5.0에서는 iframe가 지원이 안되는것 갔지는 않고.
명령이 틀린건지 혹시 아시는 분은 답글 부탁 드립니다.
선언: <iframe name=home_board width="100%" height="100%" frameborder=0 framespacing=0 marginheight=0 marginwidth=0 scrolling=auto vspace=0></iframe>
링크: <li><a href="http://xxxx.xxxx.xxx/zboard/zboard.php?category=3&id=pds_favorites&page=1&page_num=20&sn=off&ss=on&sc=on&keyword=&select_arrange=headnum&desc=asc" target=home_board onfocus="this.blur();" class="leftmenu"><span OnMouseOver="this.style.color='#ffffff'" OnMouseOut="this.style.color=''">홈페이지</span></a></li>
댓글 4
-
ZipShin
2002.10.09 15:00
target을 지정해 주지 않았네요.. -
박대선
2002.10.09 18:23
target=home_board onfocus="this.blur();" 이렇게 링크 3번째 줄에 있는데요 ㅡ,.ㅡ -
ZipShin
2002.10.09 18:59
<iframe name="home_board"></iframe>를 추가하세요 -
clo
2002.10.10 13:09
부연 설명.. 타겟 부분에 " " 따옴표가 빠져 있네요 ㅡㅡ;