아이프레임에 검색창 팝업
본문
아이프레임으로 검색창을 호출해서 쓰는데 검색시 새창에 뜨도록 하는 코드가 있나요?
답변 1
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
위 주소에서 sandbox 를 검색하셨어 보시면 설명이 나와 있습니다.
sandbox ....
allow-popups: Allows popups (such as window.open(), target="_blank", or showModalDialog()). If this keyword is not used, the popup will silently fail to open.
참고 자료로
https://mainia.tistory.com/423
이건 참고하시길 바랍니다. 한글문서입니다. ^.^
답변을 작성하시기 전에 로그인 해주세요.