Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <form action="asteriskTest2.jsp" method="post">
  2.     이름 : <input type="text" name="name"/><br/>
  3.     아이디 : <input type="text" name="id"/><br/>
  4.     비밀번호 : <input type="text" name="pw"/><br/>
  5.     주소 : <input type="text" name="addr"/><br/>
  6.     전화번호 : <input type="text" name="tel"/><br/>
  7.     <input type="submit" value="전송"/>
  8. </form>