이 블로그 검색

2010년 12월 16일 목요일

[자바스크립트] 창위치 고정

<script>
  window.scrollTo(0,1000);
 </script>