팝업 크기 자동 조정 예제

By | 3월 23, 2009

<script language="javascript">
function init(){
 window.resizeTo(document.body.scrollWidth + 숫자, document.body.scrollHeight + 숫자);
}

window.onload = init;
</script>

 

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments