작은 윈도우 띄우기

작은 윈도우 띄우기

<script type=”text/javascript”>
function postfind()
{
 window.open(“post.jsp”,”post”,”width=470,height=450,scrollbars=yes”); 
}

</script>