사이트 내 전체검색
아이프레임 동시에 두개 이상 바뀌게하기
로빈아빠
https://cmd.kr/javascript/49 URL이 복사되었습니다.

본문

링크를 눌렀을 때 아이프레임 두 개가 동시에 바뀌게 하는 소스이다
 
소스 
<a href="#" onclick="parent.iframe1.location.href='링크 주소';
parent.iframe2.location.href='링크 주소'">
글씨나 이미지</a>

<iframe src="링크주소" name="iframe1" frameborder="0" width="가로" height="세로" marginwidth="0" marginheight="0" scrolling="no" ></iframe>
<iframe src="링크주소" name="iframe2" frameborder="0" width="가로" height="세로" marginwidth="0" marginheight="0" scrolling="no" ></iframe> 

parent - parent라고 써있는 부분은 타겟이름 iframe1은 프레임 이름

출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=ht&wr_id=28

댓글목록

등록된 댓글이 없습니다.

831 (1/17P)

Search

Copyright © Cmd 명령어 13.58.184.90