웹마스터 팁
page_full_width">
팝업띄우기
2004.12.06 12:26
<!--팝업시작-->
<script language="javascript">
<!--
function openit() {
newWindow = window.open('팝업으로 띄울창 주소', 'myWindow', 'width=350,height=400');
}
// -->
</script>
</head>
<!--팝업끝-->
예제 : http://haksabank.net
* Nytoner님에 의해서 게시물 이동되었습니다 (2005-01-04 16:37)
<script language="javascript">
<!--
function openit() {
newWindow = window.open('팝업으로 띄울창 주소', 'myWindow', 'width=350,height=400');
}
// -->
</script>
</head>
<!--팝업끝-->
예제 : http://haksabank.net
* Nytoner님에 의해서 게시물 이동되었습니다 (2005-01-04 16:37)
자바스크립트 관련 게시판으로 이동되어져야 할 듯 싶습니다.