s

자바스크립트 폼체크에서 해방되세요//

<?

function sendIt($f,$arr,$opt="",$preOpt="") {
$RE="function sendIt(f) {";
$RE.=$preOpt;
while (list($key,$val)=each($arr)) {
$RE.="
if (!document.".$f.".".$key.".disabled) {
";
$RE.="
if (document.".$f.".".$key.".value=='') {
alert('".$val."(을)를 입력해 주세요');
document.".$f.".".$key.".focus(); return false;
}
";
$RE.="
}
";
}
$RE.=$opt;
$RE.="document.".$f.".submit();";
$RE.="}";
return $RE;
}

//사용예제
?>

<script language=javascript>
<?
$arr=array("company"=>"회사","name"=>"이름","tel"=>"전화번호");
echo sendIt("form1",$arr);
?>
</script>
<form name=form1 action='<?=$PHP_SELF?>'>
회사 : <input name=company><br>
이름 : <input name=name><br>
전화 : <input name=tel><br>
<input type=button onclick='sendIt(this.form);' value='확인'>
</form>
01<?
02
03 function sendIt($f,$arr,$opt="",$preOpt="") {
04 $RE="function sendIt(f) {";
05 $RE.=$preOpt;
06 while (list($key,$val)=each($arr)) {
07 $RE.="
08 if (!document.".$f.".".$key.".disabled) {
09 ";
10 $RE.="
11 if (document.".$f.".".$key.".value=='') {
12 alert('".$val."(을)를 입력해 주세요');
13 document.".$f.".".$key.".focus(); return false;
14 }
15 ";
16 $RE.="
17 }
18 ";
19 }
20 $RE.=$opt;
21 $RE.="document.".$f.".submit();";
22 $RE.="}";
23 return $RE;
24 }
25
26//사용예제
27?>
28
29<script language=javascript>
30<?
31$arr=array("company"=>"회사","name"=>"이름","tel"=>"전화번호");
32echo sendIt("form1",$arr);
33?>
34</script>
35<form name=form1 action='<?=$PHP_SELF?>'>
36회사 : <input name=company>
37이름 : <input name=name>
38전화 : <input name=tel>
39<input type=button onclick='sendIt(this.form);' value='확인'>
40</form>
|

댓글 1개

와 좋네요 감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
13년 전 조회 2,428
13년 전 조회 2,231
13년 전 조회 4,037
13년 전 조회 1만
13년 전 조회 2,610
13년 전 조회 2,553
13년 전 조회 3,001
13년 전 조회 2,441
13년 전 조회 2,614
13년 전 조회 4,885
13년 전 조회 2,836
13년 전 조회 3,484
13년 전 조회 2,478
13년 전 조회 2,657
13년 전 조회 4,385
13년 전 조회 2,228
13년 전 조회 2,724
13년 전 조회 3,034
13년 전 조회 3,471
13년 전 조회 3,578
13년 전 조회 4,032
13년 전 조회 2,485
13년 전 조회 2,494
13년 전 조회 5,888
13년 전 조회 2,934
13년 전 조회 3,104
13년 전 조회 6,981
13년 전 조회 4,674
13년 전 조회 3,608
13년 전 조회 2,780
13년 전 조회 4,966
13년 전 조회 3,969
13년 전 조회 3,652
13년 전 조회 3,329
13년 전 조회 3,012
13년 전 조회 2,981
13년 전 조회 2,747
13년 전 조회 3,864
13년 전 조회 3,175
13년 전 조회 2,801
13년 전 조회 3,887
13년 전 조회 3,092
13년 전 조회 3,689
13년 전 조회 4,914
13년 전 조회 2,665
13년 전 조회 3,629
13년 전 조회 2,475
13년 전 조회 2,973
13년 전 조회 3,580
13년 전 조회 3,230
13년 전 조회 6,026
13년 전 조회 4,139
13년 전 조회 4,301
13년 전 조회 2,697
13년 전 조회 1만
13년 전 조회 4,825
13년 전 조회 2,897
13년 전 조회 2,779
13년 전 조회 4,167
13년 전 조회 6,892
13년 전 조회 4,891
13년 전 조회 2,808
13년 전 조회 1.5만
13년 전 조회 2,685
13년 전 조회 2,117
13년 전 조회 5,240
13년 전 조회 2,712
13년 전 조회 1.1만
13년 전 조회 2,294
13년 전 조회 2,550
13년 전 조회 4,736
13년 전 조회 2,343
13년 전 조회 3,254
13년 전 조회 5,167
13년 전 조회 2,543
13년 전 조회 2,446
13년 전 조회 6,833
13년 전 조회 2,921
13년 전 조회 2,241
13년 전 조회 3,985
13년 전 조회 4,024
13년 전 조회 2,991
13년 전 조회 4,430
13년 전 조회 8,090
13년 전 조회 3,647
13년 전 조회 2,266
13년 전 조회 3,395
13년 전 조회 3,350
13년 전 조회 4,106
13년 전 조회 2,119
13년 전 조회 3,216
13년 전 조회 2,089
13년 전 조회 3,276
13년 전 조회 4,188
13년 전 조회 2,530
13년 전 조회 5,394
13년 전 조회 1.2만
13년 전 조회 2,640
13년 전 조회 4,028
13년 전 조회 3,619