• This project
    • Loading...
  • Sign in

이희진 / project1

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • project1
  • ex02
  • prac6.html
  • stupid's avatar
    prac2 · 06dbbd5d
    06dbbd5d
    stupid authored 2017-03-16 12:26:21 +0900
prac6.html 394 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<table border="1">
<form action"/update.php" method="post">
<thead>
  <tr>
  <th>아이디</th>
  <td>
  <input type="text" name="name" size="10"/>
  <input type="button" value="중복조회"/>
  </td>
  </tr>
  <tr>
  <th>비밀번호</th>
  <td>
  <input type="password" name="pwd" size="10"/>
  </td>
  <th>확인</th>
  <td>
  <input type="recheck" name="rec" size="10"/>
  </td>
  </tr>