새창 띄우기 간단하게 새창띄우기

새창 띄우기 간단하게 새창띄우기

다온아빠 0 9085

원하는 사이즈로 새창 띄우기 


<a href="#" onclick="window.open('http://os2122.iwinv.net', '_blank', 'width=600 height=600')">  새창 띄우기 </a>

 사이즈 지정없이 새창 띄우기


<a href="http://os2122.iwinv.net" onclick="window.open(this.href); return false"> 새창 띄우기 </a> 

 태그연습장에서 테스트 할 수 있습니다.

"태그연습장"

<body> </body> 사이에 위 소스를 삽입후 "결과보기" 



0 Comments