Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김명주
/
kartrider
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
김명주
2021-11-04 22:12:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e3e36da8b4355098948ee5ea11792c12515c1464
e3e36da8
1 parent
2fe192fe
Update url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
views/inf_search_home.ejs
views/inf_search_home.ejs
View file @
e3e36da
...
...
@@ -7,7 +7,7 @@
</head>
<body>
<input
type=
"text"
id=
"name"
/>
<input
type=
"submit"
onClick=
"location.href='result'"
id=
"OK"
/>
<input
type=
"submit"
onClick=
"location.href='
inf/
result'"
id=
"OK"
/>
<script>
$
(
"#OK"
).
click
(
function
(){
// OK 버튼 클릭하면
...
...
Please
register
or
login
to post a comment