새창 띄우기 간단하게 새창띄우기
페이지 정보
작성자
다온아빠
작성일
2018.01.29 11:12
본문
원하는 사이즈로 새창 띄우기
<a href="#" onclick="window.open('http://daonsol.com', '_blank', 'width=600 height=600')"> 새창 띄우기 </a>
사이즈 지정없이 새창 띄우기
<a href="http://daonsol.com" onclick="window.open(this.href); return false"> 새창 띄우기 </a>
태그연습장에서 테스트 할 수 있습니다.
<body> 와 </body> 사이에 위 소스를 삽입후 "결과보기"
댓글 0