아참.. iframe과 관련 도움요청이요! ㅠㅠ > 십년전오늘

십년전오늘

10년전 추억의 책장을 넘기며

아참.. iframe과 관련 도움요청이요! ㅠㅠ 정보

도움요청 아참.. iframe과 관련 도움요청이요! ㅠㅠ

본문

만약 한문서에 iframe 2개가 있다면
iframe 하나에서 다른 iframe 으로 링크를 보낼수는 없을까요? ㅠㅠ
좀 도와주세요!
  • 복사

댓글 전체

질문의 요점을 이해를 못해서, ^ ^;; 이게 아닌가 싶네요.

index.htm
<iframe name=a id=a src='./a.htm' width=222 height=222 frameborder='0'  topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'></iframe>
<iframe name=b id=b src='./b.htm' width=222 height=222 frameborder='0'  topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'></iframe>


a.htm
<A href="./b.htm" target="b">b</A>
<A href="./c.htm" target="b">c</A>


b.htm
b


c.htm
c
© SIRSOFT
현재 페이지 제일 처음으로