Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | </head> | 7 | </head> |
8 | <body> | 8 | <body> |
9 | <input type="text" id="name" /> | 9 | <input type="text" id="name" /> |
10 | - <input type="submit" onClick="location.href='result'" id="OK"/> | 10 | + <input type="submit" onClick="location.href='inf/result'" id="OK"/> |
11 | 11 | ||
12 | <script> | 12 | <script> |
13 | $("#OK").click(function(){ // OK 버튼 클릭하면 | 13 | $("#OK").click(function(){ // OK 버튼 클릭하면 | ... | ... |
-
Please register or login to post a comment