메뉴 건너뛰기

프로그램언어

조회 수 20341 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
<html>
<head>
  <script src="http://code.jquery.com/jquery-latest.js"></script>
  <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
<style type="text/css">
label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
</style>
  <script>
  $(document).ready(function(){
$("#commentForm").validate({
rules:{
  name:{required: true,minlength: 4}
},
messages: {
name: {
required: "아이디를 입력하세요",
minlength: jQuery.format("아이디는 {0}자 이상 입력하세요"),
remote: "이미 등록된 아이디입니다"
}
}
});
  });



  </script>
  
</head>
<body>
  

<table width="100%" border="0" cellpadding="0" cellspacing="0">
 <tr>
  <td width="100%" valign="top" align="center">
   <table cellpadding="0" cellspacing="0" border="0" width="100%">
<FORM action='../Anymember/member.php?code=join' method=post name=form id="commentForm" onsubmit='return valid_check(this)' ENCTYPE='multipart/form-data'>
<input type=hidden name=magnitude value='A'>
     <tr>
      <td height="23" align="right" style="padding:0 10 0 0;"><font color="#006699">* </font> 표시는 필수 입력사항입니다.</td>
     </tr>
     <tr>
      <td align="center">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D5D5D5">
<tr height="50">
<td width="100" bgcolor="#F3F3F3" style="padding:0 0 0 10;">아이디<font color="#006699">* </font> </td>
<td bgcolor="#FFFFFF" style="padding:5 0 0 10;line-height:24px;">
<input id="cname" name="name" size="25" class="required" minlength="2" />
<!--<input name="id" type="text" class="input" size="17" maxlength="12">-->&nbsp;
<a href='javascript:OpenWin1(form.id.value)'><img src="../Anymember/images/mem_idcheck.gif" border="0" align="absmiddle"></a>
<br> * 아이디는 추후에 변경이 불가능하니 정확하게 기입해 주세요.
<br><font color="#006699"> * 영/숫자로만 4~12자</font>
</td>
</tr>
</table>
</td>
</tr>
  </table>
  </td>
     </tr>
     <tr><td height="10"></td></tr>
     <tr>
      <td align="center">
 <input name="image22" type=image src="../Anymember/images/mem_join.gif" border="0"></a>&nbsp;&nbsp;
 <a href="../main/main.php"><img src="../Anymember/images/mem_esc.gif" border="0"></a>
 </td>
     </tr>
     <tr>
      <td></td>
     </tr>
    </form>
   </table>
   </td>
 </tr>
</table>

  1. PHP 에서의 소켓(Socket) 통신

    Date2014.04.12 Views20395
    Read More
  2. 웹에서 Excel 로 출력하기

    Date2014.03.26 Views20356
    Read More
  3. mysql 에러 구문 표시

    Date2014.02.27 Views20349
    Read More
  4. jquery 이용 아이디 중복체크 실시간

    Date2014.04.12 Views20341
    Read More
  5. [PHP] 서버 운영하시는분 서버 꺼졌을때 메시지 띄우기

    Date2015.04.06 Views20324
    Read More
  6. fopen 파일 열기

    Date2015.04.14 Views20297
    Read More
  7. CodeIgniter에서 PHPExcel 사용하기

    Date2017.03.06 Views20289
    Read More
  8. php 파일 확장자

    Date2014.02.27 Views20234
    Read More
  9. 깨진 한글 체크

    Date2016.12.23 Views20223
    Read More
  10. 파일 업로드 (중복처리)

    Date2017.03.06 Views20184
    Read More
  11. MySQL DB 중복여부 검사하여 없는 것만 추가

    Date2015.04.14 Views20157
    Read More
  12. 파일 이름에서 확장자 추출마스터

    Date2017.03.07 Views20061
    Read More
  13. 정규표현식 매치를 수행 (preg_match)

    Date2016.12.23 Views20051
    Read More
  14. 날짜 일수 차이 계산

    Date2017.03.07 Views19977
    Read More
  15. PHP Mcrypt 라이브러리를 활용한 암호화 시스템

    Date2016.12.22 Views19972
    Read More
  16. implode — 문자열로 배열 원소를 결합

    Date2016.12.23 Views19951
    Read More
  17. explode - 문자열 나눔

    Date2016.12.23 Views19943
    Read More
  18. class_exists 클래스가 정의되었는지 확인

    Date2016.12.23 Views19881
    Read More
  19. 웹페이지 프린트 하기 html 수준

    Date2014.03.26 Views19805
    Read More
  20. php 파일 다운로드 구현

    Date2014.02.27 Views19794
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved