김명주

Update url

...@@ -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 버튼 클릭하면
......