메뉴 건너뛰기

프로그램언어

조회 수 20351 추천 수 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. JSON and JavaScript usage

    Date2014.03.26 Views19066
    Read More
  2. jquery 이용 아이디 중복체크 실시간

    Date2014.04.12 Views20351
    Read More
  3. jQuery 개발자를 위한 메모 - 플러그 인

    Date2014.03.26 Views19258
    Read More
  4. jQuery 개발자를 위한 메모 - 레퍼런스

    Date2014.03.26 Views19524
    Read More
  5. JAVASCRIPT 차트, 그래프 모음 (php chart, graph )

    Date2021.03.26 Views1636
    Read More
  6. Javascript 두 좌표 사이의 거리 구하기, 두 좌표의 중앙 좌표 구하기

    Date2020.09.23 Views544
    Read More
  7. is_array — 변수가 배열인지 확인

    Date2016.12.23 Views18051
    Read More
  8. input 자동완성기능 끄기

    Date2019.02.19 Views1225
    Read More
  9. ini_get - php.ini에 지정되어 있는 지시어의 값을 읽어온다

    Date2016.12.23 Views19521
    Read More
  10. include 와 namespace

    Date2019.01.08 Views1105
    Read More
  11. implode — 문자열로 배열 원소를 결합

    Date2016.12.23 Views19958
    Read More
  12. iframe 사용시 iframe의 높이가 내용의 높이만큼 자동으로 조절

    Date2014.04.12 Views21865
    Read More
  13. http://홈주소/?mode=xxx 하는방법

    Date2017.03.07 Views17657
    Read More
  14. HTTP 인증하기, 로그인창 띄우기

    Date2021.03.26 Views215
    Read More
  15. HTTP Protocol의 data method - GET / POST

    Date2016.04.22 Views20642
    Read More
  16. htmlentities <-> html_entity_decode (엔티티

    Date2014.04.12 Views30602
    Read More
  17. HEREDOC <<< ( PHP에서 echo로 HTML쉽게 표시하기 )

    Date2021.03.26 Views380
    Read More
  18. headers_sent 헤더 전송 여부를 확인

    Date2016.12.23 Views19419
    Read More
  19. glob 현재 디렉토리에서 pattern에 일치하는 경로 이름을 배열로 반환

    Date2016.12.23 Views19641
    Read More
  20. GD를 이용한 스팸성 게시물 차단을 위한 보안 단어 입력 예제

    Date2014.02.27 Views26951
    Read More
Board Pagination Prev 1 ... 8 9 10 11 12 13 14 15 16 17 Next
/ 17

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

© k2s0o1d4e0s2i1g5n. All Rights Reserved