[HTML]  How to force link from iframe to be opened in the parent window :

iframe에서 부모 창에서 열리도록 링크를 강제하는 방법

[question]

I need to open the link in the same parent page, instead of open it in a new page.

note : The iframe and parent page are the same domain.

 

[answer]

I found the best solution was to use the base tag. Add the following to the head of the page in the iframe:

<base target="_parent">

This will load all links on the page in the parent window. If you want your links to load in a new window, use:

<base target="_blank">

 

옮긴이 주 : 헤더 태그 <head></head> 사이에 <base target="_parent"> 삽입

 

[Q] 새 페이지에서 여는 대신, 동일한 부모 페이지에서 링크를 열어야 합니다.

 

참고: 및 부모 페이지는 동일한 도메인iframe 입니다 .

 

 

[A] 저는 가장 좋은 해결책은 base 태그를 사용하는 것이라고 생각했습니다. iframe의 페이지 헤드에 다음을 추가합니다.

<base target="_parent">

이렇게 하면 페이지의 모든 링크가 부모 창에 로드됩니다. 링크를 새 창에 로드하려면 다음을 사용하세요.

<base target="_blank">

[출처] https://stackoverflow.com/questions/1037839/how-to-force-link-from-iframe-to-be-opened-in-the-parent-window

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
21 [docker] 도커 실행 중인 전체 컨테이너 중지, 일괄 삭제 (prune) file 졸리운_곰 2021.08.14 637
20 [java][spring boot][swagger] Spring boot로 Swagger 적용하기 file 졸리운_곰 2021.07.27 318
19 [Java][Spring boot][swagger] [SpringBoot] Swagger - API Docs 자동화 file 졸리운_곰 2021.07.27 364
18 [JWT] JWT 토큰 기반 인증 file 졸리운_곰 2021.04.24 454
17 [JWT] JWT 서버 인증 file 졸리운_곰 2021.04.24 398
16 [JWT] REST JWT(JSON Web Token)소개 - #2 node.js에서 JWT 사용하기 file 졸리운_곰 2021.04.24 444
15 [JWT] JWT(JSON Web Token)을 이용한 API 인증 - #1 개념 소개 file 졸리운_곰 2021.04.24 366
14 [무중단 시스템 배포] 배포 전략: Rolling, Blue/Green, Canary file 졸리운_곰 2021.03.15 340
13 [MSA] REST API 제대로 알고 사용하기 file 졸리운_곰 2021.03.14 697
12 [MSA] [REST API] URL 규칙, RESTful한 URL이란? file 졸리운_곰 2021.03.14 376
11 [MSA] API Gateway 란! 그리고 왜 중요한가? file 졸리운_곰 2021.03.12 456
10 Building a real-time prediction pipeline using Spark Structured Streaming and Microservices file 졸리운_곰 2021.02.21 341
9 Use of microservices in Real time Data Streaming for Spark Streaming or Apache Flink file 졸리운_곰 2021.02.21 506
8 Design Techniques for Building Streaming Data, Cloud-Native Applications: Part 2 - Akka Streams, Kafka Streams, and Friends file 졸리운_곰 2021.02.21 438
7 Design Techniques for Building Streaming Data, Cloud-Native Applications: Part 1 - Spark, Flink, and Friends file 졸리운_곰 2021.02.21 373
6 Microservices 주요 패턴 정리 file 졸리운_곰 2021.02.21 380
5 A pattern language for microservices file 졸리운_곰 2021.02.21 560
4 마이크로서비스 패턴 file 졸리운_곰 2021.02.21 390
3 [디자인패턴] Design Patterns for Microservices 졸리운_곰 2021.02.21 383
2 마이크로서비스 디자인 패턴 file 졸리운_곰 2021.02.21 712
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED