김명주

Update url

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