'2013/07'에 해당되는 글 1건

  1. 2013.07.08 사이트 오픈시 pop up

<script>

window.onload = function(){

window.open('poster.htm','poster','left=40,top=50, width=400, height=815, toolbar=no, menubar=no, stuatus=no, scrollbars=no, resizable=no'); 

}

</script>

Posted by Knowblesse