본문으로 바로가기

//주소 자동완성 모듈에서 검색버튼 누르면 결과값이 출력되는 형태에서....

<?
if ($hiddenPost == "find")

{

         echo('success");

}

?>


<tr align=center width=750>
 <td width = 700>

  //히든컨트롤의 value와 텍스트컨트롤의 name값을 같게 하여 연결후 페이지 시작부분에서 같은지를 검사하면 최초에는 아무화면도 안뜨고 텍스트 입력후 버튼이벤트시 다음 동작을 수행할수 있다.
  <input type=hidden name=hiddenPost value=find>
  <br>성명 또는 아이디 입력
  <input type=text name=find size=25>
  <input  type=submit  name=submit value=찾기>
 </td>
</tr>