본문 바로가기

HTML,CSS,JS

유니버설 디자인을 위한 실전 UI(HTML/CSS)개발 가이드

<a href="#" onclick="window.open('http://example.com/','_blank')">...</a> (X)

<a href="http://example.com/" target="_blank" onclick="window.open(this.href, 'popName', 'width=300, height=200'); return false">...</a> (O)

자세한 내용

http://naradesign.net/open_content/lecture/wp/