Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | <button class="btn-search1" type="button1" onclick="movePage1()">계정 내 검색하기</button> | 24 | <button class="btn-search1" type="button1" onclick="movePage1()">계정 내 검색하기</button> |
25 | </div> | 25 | </div> |
26 | <script type ="text/javascript"> | 26 | <script type ="text/javascript"> |
27 | - function movePage(){ //페이지 이동을 위한 함수 search버튼을 누르면 실행됨 | 27 | + function movePage(){ //페이지 이동을 위한 함수 search버튼을 누르면 실행됨. |
28 | location.href ="/popular/"+document.getElementById('search').value //url을 이렇게 변경함 | 28 | location.href ="/popular/"+document.getElementById('search').value //url을 이렇게 변경함 |
29 | } | 29 | } |
30 | </script> | 30 | </script> | ... | ... |
-
Please register or login to post a comment