Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이해님
/
term-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yulim KIM
2020-12-07 21:45:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
386af79adb85889f2ff6e6ac945d15fa36f8ef74
386af79a
1 parent
135ceb69
modified
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
views/index.html
views/index.html
View file @
386af79
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment