메뉴 건너뛰기

프로그램언어

조회 수 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. No Image 12Apr
    by 조쉬
    2014/04/12 Views 20341 

    jquery 이용 아이디 중복체크 실시간

  2. No Image 12Apr
    by
    2014/04/12 Views 30424 

    htmlentities <-> html_entity_decode (엔티티

  3. No Image 12Apr
    by
    2014/04/12 Views 21862 

    iframe 사용시 iframe의 높이가 내용의 높이만큼 자동으로 조절

  4. No Image 12Apr
    by
    2014/04/12 Views 21699 

    php 파일 다운로드 구현

  5. No Image 12Apr
    by
    2014/04/12 Views 22458 

    php한글체크를 위한 정규표현식

  6. No Image 12Apr
    by
    2014/04/12 Views 22662 

    PHP 로그인후 현재 페이지로 돌아오기 처리

  7. No Image 12Apr
    by
    2014/04/12 Views 26546 

    한글줄바꾸기 또는 utf-8 wordwrap

  8. No Image 25Mar
    by
    2015/03/25 Views 23337 

    [PHP] POST 로 넘어온 모든 변수값 확인하기

  9. POST값 통째로 인코딩하기

  10. No Image 06Apr
    by
    2015/04/06 Views 20324 

    [PHP] 서버 운영하시는분 서버 꺼졌을때 메시지 띄우기

  11. No Image 06Apr
    by
    2015/04/06 Views 25426 

    홈페이지 귀퉁이에 붙이는 공지창

  12. No Image 14Apr
    by
    2015/04/14 Views 19353 

    문자열 붙이기

  13. No Image 14Apr
    by
    2015/04/14 Views 22038 

    PHP에서 조건문 처리

  14. No Image 14Apr
    by
    2015/04/14 Views 19681 

    문자열 나누기

  15. No Image 14Apr
    by
    2015/04/14 Views 20492 

    문자열 치환하기

  16. No Image 14Apr
    by
    2015/04/14 Views 26566 

    PHP 변수전달 GET, POST

  17. No Image 14Apr
    by
    2015/04/14 Views 21871 

    접속 IP 검사

  18. No Image 14Apr
    by
    2015/04/14 Views 20157 

    MySQL DB 중복여부 검사하여 없는 것만 추가

  19. No Image 14Apr
    by
    2015/04/14 Views 24250 

    addslashes 함수의 필요성

  20. No Image 14Apr
    by
    2015/04/14 Views 20297 

    fopen 파일 열기

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17

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

© k2s0o1d4e0s2i1g5n. All Rights Reserved