2개 이상의 button 누르면 각 ifrme 으로 페이지 열기 > 기술자료 | 해피정닷컴

2개 이상의 button 누르면 각 ifrme 으로 페이지 열기 > 기술자료

본문 바로가기

사이트 내 전체검색

2개 이상의 button 누르면 각 ifrme 으로 페이지 열기 > 기술자료

JavaScript 2개 이상의 button 누르면 각 ifrme 으로 페이지 열기

페이지 정보


본문

버튼 2개에 각각 iframe 으로 url 을 전송해서 페이지를 여는 방법입니다.
 
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<button type="button" id="bntPostYourAdd1">다음</button>
<button type="button" id="bntPostYourAdd2">카카오 캘린더</button>
<br><br>
<iframe id="forPostyouradd1" data-src="https://daum.net" 
    src="about:blank" width="500" height="300" style="background-color:coral">
</iframe>
<script>
    function postYourAdd1() {
        var iframe = $("#forPostyouradd1");
        iframe.attr("src", iframe.data("src")); 
    }
    $("#bntPostYourAdd1").on("click", postYourAdd1);
</script>

<iframe id="forPostyouradd2" data-src="https://map.kakao.com" 
    src="about:blank" width="500" height="300" style="background-color:aqua">
</iframe>
<script>
    function postYourAdd2() {
        var iframe = $("#forPostyouradd2");
        iframe.attr("src", iframe.data("src")); 
    }
    $("#bntPostYourAdd2").on("click", postYourAdd2);
</script>

샘플 : http://happyjung.com/demo/javascript/button_iframe.php
 

참고자료
https://inpa.tistory.com/entry/open-iframe-on-button-click-Code
https://sir.kr/qa/525654

댓글목록

등록된 댓글이 없습니다.


Total 195건 1 페이지
  • RSS
기술자료 목록
195
그누보드   889  2024-11-22 10:52 ~ 2024-11-22 11:03  
194
호스팅   868  2024-11-19 14:41 ~ 2024-11-19 21:17  
열람
JavaScript   1857  2024-02-16 18:50 ~ 2024-02-16 20:37  
192
Java   1851  2024-02-06 16:49  
191
PHP   2077  2024-02-06 16:42  
190
그누보드   2770  2023-11-06 20:38  
189
SNS   3025  2023-08-30 17:10  
188
Editor   4511  2023-03-31 09:54 ~ 2023-03-31 12:51  
187
호스팅   3738  2023-03-06 15:52 ~ 2023-12-18 16:54  
186
호스팅   4685  2023-02-17 17:17  
185
호스팅   4611  2022-12-16 12:22 ~ 2022-12-26 19:57  
184
PHP   4132  2022-11-16 18:17  
183
그누보드   4094  2022-11-10 20:41 ~ 2022-11-14 01:03  
182
Adobe   7254  2022-03-21 15:11 ~ 2022-11-11 16:08  
181
일반   5724  2021-12-15 11:20  
180
MySQL   7703  2021-11-24 00:17 ~ 2021-11-24 00:22  
179
일반   5271  2021-11-06 01:29 ~ 2021-11-06 09:23  
178
Editor   6278  2021-10-26 18:16 ~ 2021-11-09 14:15  
177
그누보드   5370  2021-10-08 17:20 ~ 2021-10-21 15:24  
176
그누보드   6744  2021-10-08 07:41 ~ 2021-10-14 10:40  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2025 해피정닷컴. All Rights Reserved.