Yulim KIM

modified

......@@ -24,7 +24,7 @@
<button class="btn-search1" type="button1" onclick="movePage1()">계정 내 검색하기</button>
</div>
<script type ="text/javascript">
function movePage(){ //페이지 이동을 위한 함수 search버튼을 누르면 실행됨
function movePage(){ //페이지 이동을 위한 함수 search버튼을 누르면 실행됨.
location.href ="/popular/"+document.getElementById('search').value //url을 이렇게 변경함
}
</script>
......